|
13 | 13 | <ImageView |
14 | 14 | android:id="@+id/itemThumbnailView" |
15 | 15 | android:layout_width="90dp" |
| 16 | + android:layout_height="50dp" |
16 | 17 | android:layout_alignParentStart="true" |
17 | 18 | android:layout_alignParentLeft="true" |
18 | 19 | android:layout_alignParentTop="true" |
19 | 20 | android:layout_marginRight="@dimen/video_item_search_image_right_margin" |
20 | | - android:layout_alignTop="@id/itemTitleView" |
21 | | - android:layout_alignBottom="@id/itemUploaderView" |
22 | 21 | android:scaleType="centerCrop" |
23 | 22 | android:src="@drawable/placeholder_thumbnail_playlist" |
24 | 23 | tools:ignore="RtlHardcoded" /> |
|
46 | 45 | <ImageView |
47 | 46 | android:id="@+id/itemHandle" |
48 | 47 | android:layout_width="wrap_content" |
| 48 | + android:layout_height="55dp" |
49 | 49 | android:layout_alignParentRight="true" |
50 | 50 | android:layout_gravity="center_vertical" |
51 | 51 | android:layout_alignTop="@id/itemTitleView" |
|
78 | 78 | android:layout_below="@+id/itemTitleView" |
79 | 79 | android:layout_toLeftOf="@id/itemHandle" |
80 | 80 | android:layout_toRightOf="@+id/itemThumbnailView" |
| 81 | + android:ellipsize="end" |
81 | 82 | android:lines="1" |
82 | 83 | android:textAppearance="?android:attr/textAppearanceSmall" |
83 | 84 | android:textSize="@dimen/video_item_search_uploader_text_size" |
84 | 85 | tools:ignore="RtlHardcoded" |
85 | | - tools:text="Uploader" /> |
| 86 | + tools:text="Uploader really long lorem ipsum dolor sit amet consectetur" /> |
86 | 87 |
|
87 | 88 | </RelativeLayout> |
0 commit comments