mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
Replace shopping icon
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user