Skip to content

Commit

Permalink
Make avatars larger in conversations.
Browse files Browse the repository at this point in the history
  • Loading branch information
greyson-signal committed Oct 28, 2019
1 parent 3df2390 commit 0369c5e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions res/layout/conversation_title_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@
<org.thoughtcrime.securesms.components.AvatarImageView
android:id="@+id/contact_photo_image"
android:layout_width="36dp"
android:layout_height="48dp"
android:layout_height="36dp"
android:layout_alignParentStart="true"
android:layout_centerVertical="true"
android:paddingEnd="8dp"
android:paddingTop="10dp"
android:paddingBottom="10dp"
android:layout_marginEnd="10dp"
android:clickable="true"
android:contentDescription="@string/conversation_list_item_view__contact_photo_image"
android:cropToPadding="true"
Expand Down

0 comments on commit 0369c5e

Please sign in to comment.