LayoutInflater的使用

时间:2015-12-13 11:33:24
【文件属性】:
文件名称:LayoutInflater的使用
文件大小:50KB
文件格式:RAR
更新时间:2015-12-13 11:33:24
Android 最近用到了LayoutInflater这个类,用起来不叫方便,它其实与FindViewById相似,但前者加载的是布局,后者加载的是控件,本人写了一个Demo与大家分享。
【文件预览】:
LayOutInflaterDemo
----AndroidManifest.xml(729B)
----res()
--------layout()
--------drawable-ldpi()
--------drawable-mdpi()
--------drawable-hdpi()
--------values()
----proguard.cfg(1KB)
----src()
--------com()
----bin()
--------classes()
--------res()
--------classes.dex(3KB)
--------LayOutInflaterDemo.apk(15KB)
--------resources.ap_(11KB)
----.classpath(364B)
----assets()
----project.properties(360B)
----.project(854B)
----gen()
--------com()

网友评论