Add touch highlight to contact photos

This commit is contained in:
Veeti Paananen
2014-02-25 05:07:12 +02:00
parent 4f066757e7
commit 757cb1c846
5 changed files with 250 additions and 9 deletions

View File

@@ -26,7 +26,9 @@
android:layout_marginRight="0dp"
android:orientation="horizontal">
<ImageView android:id="@+id/contact_photo"
<org.thoughtcrime.securesms.components.ForegroundImageView
android:id="@+id/contact_photo"
android:foreground="@drawable/contact_photo_background"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_marginRight="10dp"