标签:
<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"
/>
标签:
原文地址:http://www.cnblogs.com/hanyong/p/4433875.html