📜  android中的按钮大小最小化 - 无论代码示例

📅  最后修改于: 2022-03-11 14:55:24.003000             🧑  作者: Mango

代码示例1
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