|
|
|
@ -23,9 +23,9 @@ |
|
|
|
<LinearLayout |
|
|
|
<LinearLayout |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_gravity="center_vertical" |
|
|
|
|
|
|
|
android:layout_weight="1" |
|
|
|
android:layout_weight="1" |
|
|
|
android:orientation="vertical"> |
|
|
|
android:orientation="vertical" |
|
|
|
|
|
|
|
android:paddingTop="12dp"> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
<TextView |
|
|
|
android:id="@+id/title" |
|
|
|
android:id="@+id/title" |
|
|
|
@ -34,7 +34,7 @@ |
|
|
|
android:ellipsize="marquee" |
|
|
|
android:ellipsize="marquee" |
|
|
|
android:singleLine="true" |
|
|
|
android:singleLine="true" |
|
|
|
android:textColor="@color/white" |
|
|
|
android:textColor="@color/white" |
|
|
|
android:textSize="12sp" |
|
|
|
android:textSize="16sp" |
|
|
|
tools:text="慶餘年第一季:第一集" /> |
|
|
|
tools:text="慶餘年第一季:第一集" /> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
<TextView |
|
|
|
|