Use fitCenter instead of centerCrop where sensible (#2149)

This commit is contained in:
Adam Jones 2018-12-17 13:53:47 +00:00 committed by neslihanturan
parent 83b52fc1b9
commit 1213678040
4 changed files with 5 additions and 5 deletions

View file

@ -23,7 +23,7 @@
android:layout_height="match_parent"
android:layout_below="@id/toolbar"
android:background="@color/commons_app_blue_dark"
app:actualImageScaleType="centerCrop" />
app:actualImageScaleType="fitCenter" />
<android.support.constraint.ConstraintLayout
android:id="@+id/activity_upload_cards"