取消Button的默认间距
在高版本中, 默认Button的四周会有默认的margin=8dp, 即使重设为margin=0dp也是无效的,必须写为-8dp, 且必须是四个方向分别指定: android:layout_marginLeft="-8dp";android:layout_marginTop="-8dp"等;
取消Button默认字母大写
在高版本中, 默认text的字母会被改为大写, 只要加上一个android:textAllCaps="false"即可取消;
上下两个按钮对比:
对比.jpg
登录 | 立即注册