|
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 | | - android:textAppearance="?android:attr/textAppearanceLarge" /> |
| 22 | + android:textAppearance="?android:attr/textAppearanceLarge" |
| 23 | + android:textSize="@dimen/text_search_title_size" |
| 24 | + android:textStyle="bold" |
| 25 | + /> |
23 | 26 |
|
24 | 27 | <TextView android:id="@+id/itemUploaderView" |
25 | 28 | android:layout_width="wrap_content" |
|
32 | 35 | <TextView android:id="@+id/itemDurationView" |
33 | 36 | android:layout_width="wrap_content" |
34 | 37 | android:layout_height="wrap_content" |
35 | | - android:layout_toRightOf="@id/itemThumbnailView" |
36 | | - android:layout_below="@id/itemUploaderView" |
| 38 | + android:layout_toRightOf="@id/itemUploaderView" |
| 39 | + android:layout_below="@id/itemVideoTitleView" |
37 | 40 | android:paddingLeft="6dp" |
38 | | - android:textAppearance="?android:attr/textAppearanceMedium"/> |
| 41 | + android:textAppearance="?android:attr/textAppearanceSmall"/> |
39 | 42 |
|
40 | 43 |
|
41 | 44 |
|
|
0 commit comments