Adjust badge positioning.

This commit is contained in:
Alex Hart
2021-11-10 10:55:49 -04:00
parent 5bcb7cece4
commit 19a95f479e
8 changed files with 45 additions and 25 deletions

View File

@@ -23,10 +23,10 @@
<org.thoughtcrime.securesms.badges.BadgeImageView
android:id="@+id/rbs_badge"
android:layout_width="32dp"
android:layout_height="32dp"
android:layout_marginStart="47dp"
android:layout_marginTop="48dp"
android:layout_width="36dp"
android:layout_height="36dp"
android:layout_marginStart="44dp"
android:layout_marginTop="52dp"
android:contentDescription="@string/ImageView__badge"
app:badge_size="large"
app:layout_constraintStart_toStartOf="@id/rbs_recipient_avatar"