Android开发随笔

1、线性布局LinearLayout时,用到layout_weight权重的使用

  控件的宽度(高度)=自身宽度(高度)+剩余空间的所占比例

  剩余空间(可以为负值)=屏幕宽-所有控件宽度(高度)《控件设为match_parent按屏幕宽计算》

2、Button标题是英文默认大写显示

 android:textAllCaps="false"//设置大写为NO
原文地址:https://www.cnblogs.com/xianfeng-zhang/p/7985459.html