Also crop contact photos in ShareList

// FREEBIE
This commit is contained in:
AsamK
2015-01-23 22:58:08 +01:00
committed by Jake McGinty
parent ba62e018db
commit d586893402
2 changed files with 7 additions and 4 deletions

View File

@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<org.thoughtcrime.securesms.ShareListItem
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<org.thoughtcrime.securesms.components.ForegroundImageView
<com.makeramen.RoundedImageView
android:id="@+id/contact_photo_image"
android:foreground="@drawable/contact_photo_background"
android:layout_width="50dp"
@@ -17,6 +18,7 @@
android:layout_marginRight="10dp"
android:cropToPadding="true"
android:scaleType="centerCrop"
app:riv_oval="true"
android:contentDescription="@string/SingleContactSelectionActivity_contact_photo" />
<LinearLayout