task

<RelativeLayout
android:id="@+id/rlt_teachingMaterial"
android:layout_width="match_parent"
android:layout_height="wrap_content"

>
<TextView
android:id="@+id/tvw_teachingMaterial"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="授课材料/TEACHINGMATERIALS"
/>
<TextView
android:id="@+id/tvw_materialCount"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="共2份材料"
android:layout_alignParentRight="true"
/>

posted @ 2015-04-17 07:06  yesecongcong  阅读(161)  评论(0)    收藏  举报