|
8 | 8 |
|
9 | 9 | <ImageView android:id="@+id/itemThumbnailView" |
10 | 10 | android:layout_width="125dp" |
11 | | - android:layout_height="70dp" |
| 11 | + android:layout_height="80dp" |
12 | 12 | android:layout_alignParentLeft="true" |
13 | 13 | android:layout_alignParentTop="true" |
14 | 14 | android:src="@drawable/dummi_thumbnail"/> |
15 | 15 |
|
16 | 16 | <TextView android:id="@+id/itemVideoTitleView" |
17 | 17 | android:layout_width="wrap_content" |
18 | | - android:layout_height="55dp" |
| 18 | + android:layout_height="60dp" |
19 | 19 | android:layout_toRightOf="@id/itemThumbnailView" |
20 | 20 | android:layout_alignParentTop="true" |
21 | 21 | android:paddingLeft="6dp" |
22 | 22 | android:textAppearance="?android:attr/textAppearanceLarge" |
23 | | - android:textSize="@dimen/text_search_title"/> /> |
| 23 | + android:textSize="@dimen/text_search_title_size" |
| 24 | + android:textStyle="bold" |
| 25 | + /> |
24 | 26 |
|
25 | 27 | <TextView android:id="@+id/itemUploaderView" |
26 | 28 | android:layout_width="wrap_content" |
|
33 | 35 | <TextView android:id="@+id/itemDurationView" |
34 | 36 | android:layout_width="wrap_content" |
35 | 37 | android:layout_height="wrap_content" |
36 | | - android:layout_toRightOf="@id/itemThumbnailView" |
37 | | - android:layout_below="@id/itemUploaderView" |
| 38 | + android:layout_toRightOf="@id/itemUploaderView" |
| 39 | + android:layout_below="@id/itemVideoTitleView" |
38 | 40 | android:paddingLeft="6dp" |
39 | | - android:textAppearance="?android:attr/textAppearanceMedium"/> |
| 41 | + android:textAppearance="?android:attr/textAppearanceSmall"/> |
40 | 42 |
|
41 | 43 |
|
42 | 44 |
|
|
0 commit comments