Answers for "android studio custom button color not changing"

0

android studio change button color programmatically

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

cant change button color when app run android studio

replace <Button with <androidx.appcompat.widget.AppCompatButton
Posted by: Guest on May-26-2021

Code answers related to "android studio custom button color not changing"

Browse Popular Code Answers by Language