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

onMeasure跟childview.layout

2013-09-29 
onMeasure和childview.layoutCustomViewGroupandroid:layout_widthwrap_contentandroid:layout_height

onMeasure和childview.layout

<CustomViewGroup        android:layout_width="wrap_content"        android:layout_height="wrap_content"        android:background="#ffffff">        <TextView android:layout_width="wrap_content"            android:layout_height="50dp"            android:text="fasdjflsadjlf"            android:background="#555555"/>        <TextView android:layout_width="wrap_content"            android:layout_height="50dp"            android:text="fasdjflsadjlf"            android:background="#999999"/>    </CustomViewGroup>


热点排行