set max width on external player image (#4071)

This commit is contained in:
Michael White 2020-05-01 06:08:39 -04:00 committed by GitHub
parent 27a38394d0
commit ca9ff00946
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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