File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 <ImageView
1414 android : id =" @+id/itemThumbnailView"
1515 android : layout_width =" 90dp"
16- android : layout_height =" 51dp"
1716 android : layout_alignParentStart =" true"
1817 android : layout_alignParentLeft =" true"
1918 android : layout_alignParentTop =" true"
2019 android : layout_marginRight =" @dimen/video_item_search_image_right_margin"
20+ android : layout_alignTop =" @id/itemTitleView"
21+ android : layout_alignBottom =" @id/itemUploaderView"
2122 android : scaleType =" centerCrop"
2223 android : src =" @drawable/placeholder_thumbnail_playlist"
2324 tools : ignore =" RtlHardcoded" />
4546 <ImageView
4647 android : id =" @+id/itemHandle"
4748 android : layout_width =" wrap_content"
48- android : layout_height =" 51dp"
4949 android : layout_alignParentRight =" true"
5050 android : layout_gravity =" center_vertical"
51+ android : layout_alignTop =" @id/itemTitleView"
52+ android : layout_alignBottom =" @id/itemUploaderView"
5153 android : contentDescription =" @string/detail_drag_description"
5254 android : paddingLeft =" @dimen/video_item_search_image_right_margin"
5355 android : scaleType =" center"
You can’t perform that action at this time.
0 commit comments