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
It's because you are using wrap content for widht and height.
You have several options. Quick and simple way? Set the value of the buttons specifying a size in DP like: