读书人

onMeasure跟childview.layout

发布时间: 2013-09-29 11:07:08 作者: rapoo

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>


读书人网 >移动开发

热点推荐