Exchange

How to Disable a Button Programmatically in Android Studio

 

findViewById(R.id.card_add_to_cart).setEnabled(false);



Post a Comment

0 Comments