Make thumbnails' scaleType fitCenter
Otherwise e.g. shorts thumbnails would be cropped too much
This commit is contained in:
parent
45d2492bcb
commit
47a2adca96
11 changed files with 11 additions and 11 deletions
|
|
@ -17,7 +17,7 @@
|
|||
android:layout_marginStart="@dimen/video_item_search_image_right_margin"
|
||||
android:layout_marginTop="@dimen/video_item_search_image_right_margin"
|
||||
android:layout_marginBottom="@dimen/video_item_search_image_right_margin"
|
||||
android:scaleType="centerCrop"
|
||||
android:scaleType="fitCenter"
|
||||
android:src="@drawable/dummy_thumbnail"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue