mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2024-12-26 08:44:13 +01:00
set max width on external player image (#4071)
This commit is contained in:
parent
27a38394d0
commit
ca9ff00946
@ -27,7 +27,8 @@
|
||||
android:layout_height="match_parent"
|
||||
android:adjustViewBounds="true"
|
||||
android:cropToPadding="true"
|
||||
android:scaleType="centerCrop"
|
||||
android:maxWidth="96dp"
|
||||
android:scaleType="fitCenter"
|
||||
tools:src="@tools:sample/avatars"/>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user