Answers for "button size minimize in android"

0

button size minimize in android

You can achieve this by setting android:minHeight="0dp" for the Button widget. And I guess this behavior is because there is some default value (may be a 48dp) set for Button widgets by the framework considering a minimum touch area
Posted by: Guest on February-02-2021

Code answers related to "button size minimize in android"

Browse Popular Code Answers by Language