mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Use fitCenter instead of centerCrop where sensible (#2149)
This commit is contained in:
parent
83b52fc1b9
commit
1213678040
4 changed files with 5 additions and 5 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue