Replace shopping icon

This commit is contained in:
M66B
2023-05-10 08:12:09 +02:00
parent 6cefeb0ef3
commit 2f0923a7aa
4 changed files with 17 additions and 17 deletions

View File

@@ -188,7 +188,7 @@ public class FragmentPro extends FragmentBase implements SharedPreferences.OnSha
cbHide.setVisibility(View.GONE);
btnPurchase.setEnabled(!play);
btnPurchase.setCompoundDrawablesRelativeWithIntrinsicBounds(0, 0,
play ? R.drawable.twotone_shopping_cart_24 : R.drawable.twotone_open_in_new_24, 0);
play ? R.drawable.twotone_shop_24 : R.drawable.twotone_open_in_new_24, 0);
tvPrice.setVisibility(View.GONE);
tvGoogle.setVisibility(play ? View.VISIBLE : View.GONE);
tvNoPlay.setVisibility(