Skip to content

Commit

Permalink
tweak avatar size
Browse files Browse the repository at this point in the history
  • Loading branch information
adbenitez committed Sep 2, 2024
1 parent 0482889 commit 00d1803
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/res/layout/dialog_delete_profile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@

<org.thoughtcrime.securesms.components.AvatarView
android:id="@+id/avatar"
android:layout_width="56dp"
android:layout_height="56dp" />
android:layout_width="50dp"
android:layout_height="50dp" />

<LinearLayout
android:layout_width="0dp"
Expand Down

0 comments on commit 00d1803

Please sign in to comment.