I'm making an app, where the buttons are green, and go green when I testo on Android 6.0, but when I test the Android KiKat the button turns gray.
I'm making an app, where the buttons are green, and go green when I testo on Android 6.0, but when I test the Android KiKat the button turns gray.
You'd better post the XML with the buttons.
But if you're setting his images through a src:
android:src="@drawable/imagem"
Then seven the background for null:
android:background="@null"
It will solve the problem.
Hugs.