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