码迷,mamicode.com
首页 >  
搜索关键字:linearlayout    ( 1715个结果
自定义View
自定义View继承自View@OverrideonDraw方法引用方式1、layout.addView()2、LinearLayout.addView---------------添加组件LinearLayout包含的所有子元素都受LinearLayout.LayoutParams控制,因此Line...
分类:其他好文   时间:2014-05-01 09:48:12    阅读次数:368
07 LinearLayout 布局
分类:其他好文   时间:2014-04-29 23:04:34    阅读次数:359
android:layout_weight的真实含义
首先声明只有在Linearlayout中,该属性才有效。之所以android:layout_weight会引起争议,是因为在设置该属性的同时,设置android:layout_width为wrap_content和match_parent会造成两种截然相反的效果。如下所示: <LinearLayout android:layout_width="match_parent" ...
分类:移动开发   时间:2014-04-29 13:14:20    阅读次数:391
android 在布局中动态添加控件
第一步 Java代码 finalLayoutInflaterinflater=LayoutInflater.from(this);第二步:获取需要被添加控件的布局Java代码 finalLinearLayoutlin=(LinearLayout)findViewById(R.id.LinearLay...
分类:移动开发   时间:2014-04-28 02:54:25    阅读次数:515
layout_weight体验(实现按比例显示)
在android开发中LinearLayout很常用,LinearLayout的内控件的android:layout_weight在某些场景显得非常重要,比如我们需要按比例显示。android并没用提供table这样的控件,虽然有TableLayout,但是它并非是我们想象中的像html里面的ta....
分类:其他好文   时间:2014-04-28 02:23:05    阅读次数:482
1715条   上一页 1 ... 170 171 172
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!