Gray button on an older version of Android

1

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.

    
asked by anonymous 07.07.2016 / 04:37

1 answer

-1

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.

    
07.07.2016 / 14:33