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 9e3d7e4fe4
commit 49844ddcf0
11 changed files with 11 additions and 11 deletions

View file

@ -17,7 +17,7 @@
android:layout_height="70dp"
android:background="@android:color/black"
android:fitsSystemWindows="true"
android:scaleType="centerCrop"
android:scaleType="fitCenter"
android:src="@drawable/channel_banner"
tools:ignore="ContentDescription" />