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

android:LayoutInflater

时间:2014-11-24 18:44:03      阅读:179      评论:0      收藏:0      [点我收藏+]

标签:android   style   color   使用   sp   文件   on   res   text   

LayoutInflater:一般用于查找res/layout下的布局文件,findViewById()一般是用于查找布局下的各种控件

一般:我们使用LayoutInflater.from(context).inflate(R.layout.layout, this, true) 来实现布局的动态加载

android:LayoutInflater

标签:android   style   color   使用   sp   文件   on   res   text   

原文地址:http://www.cnblogs.com/luow/p/4119062.html

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