[Android] Color of Button Android – Button color Android
To set the color for Button you can use android:background=”color code” Button's VD: android:background=”#F00″ => me red. However with this method when clicking the button we will not see the reaction it seemed Button should not click. To fix this do the following: Step 1: Create color.xml file in the folder res / values with the following content (this file in order to […]
Recent Comments