Specifies how much of the extra space in the layout to be allocated to the View.
LinearLayout supports assigning a weight to individual children. This attribute assigns an "importance" value to a view, and allows it to expand to fill any "remaining space" in the parent view. Default weight is zero.
注意加粗的词。
具体看这篇博文: http://www.cnblogs.com/angeldevil/archive/2012/04/08/2437747.html

更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. Android Studio瀵煎叆arr鍖咃紝鎶ラ敊鎵
  2. Android相对属性布局总结
  3. Android 多进程总结
  4. [转]Android 中自定义View的应用.
  5. 疯狂android讲义----android事件处理(1)
  6. Android(安卓)app\build\intermediates
  7. Android更改桌面应用程序launcher的两种
  8. Android的APP启动过程分析
  9. andriod环境的配置eclipse
  10. Android拍照、相册选取、裁剪图片综合Dem