Make thumbnails' scaleType fitCenter

Otherwise e.g. shorts thumbnails would be cropped too much
This commit is contained in:
Stypox 2022-07-04 21:43:31 +02:00
parent 45d2492bcb
commit 47a2adca96
No known key found for this signature in database
GPG key ID: 4BDF1B40A49FDD23
11 changed files with 11 additions and 11 deletions

View file

@ -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"