|
13 | 13 | <ImageView |
14 | 14 | android:id="@+id/itemThumbnailView" |
15 | 15 | android:layout_width="90dp" |
16 | | - android:layout_height="50dp" |
17 | 16 | android:layout_alignParentStart="true" |
18 | 17 | android:layout_alignParentLeft="true" |
19 | 18 | android:layout_alignParentTop="true" |
20 | 19 | android:layout_marginRight="@dimen/video_item_search_image_right_margin" |
| 20 | + android:layout_alignTop="@id/itemTitleView" |
| 21 | + android:layout_alignBottom="@id/itemUploaderView" |
21 | 22 | android:scaleType="centerCrop" |
22 | 23 | android:src="@drawable/placeholder_thumbnail_playlist" |
23 | 24 | tools:ignore="RtlHardcoded" /> |
|
45 | 46 | <ImageView |
46 | 47 | android:id="@+id/itemHandle" |
47 | 48 | android:layout_width="wrap_content" |
48 | | - android:layout_height="55dp" |
49 | 49 | android:layout_alignParentRight="true" |
50 | 50 | android:layout_gravity="center_vertical" |
| 51 | + android:layout_alignTop="@id/itemTitleView" |
| 52 | + android:layout_alignBottom="@id/itemUploaderView" |
51 | 53 | android:contentDescription="@string/detail_drag_description" |
52 | 54 | android:paddingLeft="@dimen/video_item_search_image_right_margin" |
53 | 55 | android:scaleType="center" |
|
74 | 76 | android:layout_width="match_parent" |
75 | 77 | android:layout_height="wrap_content" |
76 | 78 | android:layout_below="@+id/itemTitleView" |
| 79 | + android:layout_toLeftOf="@id/itemHandle" |
77 | 80 | android:layout_toRightOf="@+id/itemThumbnailView" |
78 | 81 | android:lines="1" |
79 | 82 | android:textAppearance="?android:attr/textAppearanceSmall" |
|
0 commit comments