Make thumbnails' scaleType fitCenter
Otherwise e.g. shorts thumbnails would be cropped too much
This commit is contained in:
parent
9e3d7e4fe4
commit
49844ddcf0
11 changed files with 11 additions and 11 deletions
|
|
@ -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" />
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue