Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以稍微减少普通 Android Button 内的文本填充,以减少按钮的宽度?
当然,整个文本应该仍然可见。
按钮上已经设置了android:minHeight和android:minWidth属性。制作它们0dp或1dp使背景适合文本。
android:minHeight
android:minWidth
0dp
1dp
“普通”Android 按钮因主题而异,但您可能希望为继承自您选择的按钮的按钮定义自定义样式。