<?xml version=
"1.0"
encoding=
"utf-8"
?>
<RelativeLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:background=
"#ffffff"
android:orientation=
"horizontal"
>
<TextView
android:id=
"@+id/select_black_7531"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:textColor=
"@color/black"
android:layout_marginLeft=
"15dip"
android:layout_marginTop=
"15dip"
android:layout_marginBottom=
"5dip"
android:layout_centerVertical=
"true"
android:textSize=
"20sp"
android:text=
"第 1 课"
/>
<TextView
android:id=
"@+id/select_blue_7532"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:textColor=
"@color/blue"
android:textSize=
"16sp"
android:layout_alignParentRight=
"true"
android:layout_centerVertical=
"true"
android:layout_marginRight=
"10dip"
android:visibility=
"gone"
android:text=
"已下载"
/>
<CheckBox
android:id=
"@+id/select_checkBox_7533"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_alignParentRight=
"true"
android:layout_centerVertical=
"true"
android:layout_marginRight=
"10dip"
/>
</RelativeLayout>