android button 使用wrap_content按钮还是显示过大
可以使用
android:minHeight="0dp" android:minWidth="0dp"
这样就只有文字大小,没有边距,为美观些可以加入边框
android:padding="5dp" 根据需要设置大小