I encountered a problem with the Button view when I set a background to it using the android:background attribute in xml. Before I set the background,
Button
android:background
Use android:backgroundTint attribute in the XML tag.
android:backgroundTint
Like:
android:backgroundTint="#6567dc"
No need to use Button.