首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > Android >

view的layout_height属性是如何来的

2013-11-29 
view的layout_height属性是怎么来的在view.java中obtainStyledAttributes来获取属性值,而在attrs.xml中的

view的layout_height属性是怎么来的
在view.java中obtainStyledAttributes来获取属性值,而在attrs.xml中的<declare-styleable name="View">并没有定义layout_height,如何在布局文件中使用android:layout_height的

热点排行