码迷,mamicode.com
首页 > 移动开发 > 详细

android知识杂记

时间:2015-08-21 11:05:27      阅读:175      评论:0      收藏:0      [点我收藏+]

标签:

1、LayoutInflater 的介绍和用法 http://www.cnblogs.com/androidez/archive/2013/07/01/3164729.html

关键区别就在于 inflate是寻找xml文档对象的,而findViewById是在已知的文档对象上寻找Widget的,比如按钮 文本等

2、LinearLayout.LayoutParams 的介绍和用法  http://blog.csdn.net/liuhaomatou/article/details/22899925

该方法的主要用处就是,xml中设置元素宽高可以用 match_content 等属性,那么在用代码动态添加元素的时候,就是用该方法设置设定元素宽高属性的。

android知识杂记

标签:

原文地址:http://www.cnblogs.com/appzhang/p/4746986.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!