Answers for "android studio different color buttons"

0

button color xml android

android:backgroundTint="@android:color/holo_green_light"
Posted by: Guest on October-25-2021
0

android studio change button color programmatically

Button11.setBackgroundColor(0xFFFF0000); // 0xAARRGGBB
Posted by: Guest on March-10-2021

Code answers related to "android studio different color buttons"

Browse Popular Code Answers by Language