Center crop images (#2924)

This commit is contained in:
Vivek Maskara 2019-04-25 00:42:20 +05:30 committed by neslihanturan
parent bb7ab62b34
commit 5419733299
3 changed files with 3 additions and 2 deletions

View file

@ -22,7 +22,7 @@
android:id="@+id/contributionImage"
android:layout_width="match_parent"
android:layout_height="240dp"
app:actualImageScaleType="fitXY"
app:actualImageScaleType="centerCrop"
fresco:placeholderImage="@drawable/ic_image_black_24dp"
/>