mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-25 11:20:47 +01:00
Add support for updated server badge image url formats.
This commit is contained in:
committed by
Greyson Parrelli
parent
6e00920c95
commit
8d0acb277c
@@ -18,14 +18,13 @@
|
||||
|
||||
<org.thoughtcrime.securesms.badges.BadgeImageView
|
||||
android:id="@+id/message_request_badge"
|
||||
android:layout_width="34dp"
|
||||
android:layout_height="34dp"
|
||||
android:layout_marginStart="46dp"
|
||||
android:layout_marginTop="47dp"
|
||||
android:layout_width="32dp"
|
||||
android:layout_height="32dp"
|
||||
android:layout_marginStart="47dp"
|
||||
android:layout_marginTop="48dp"
|
||||
android:contentDescription="@string/ImageView__badge"
|
||||
android:visibility="gone"
|
||||
app:badge_outline_color="@color/signal_background_primary"
|
||||
app:badge_outline_width="1dp"
|
||||
app:badge_size="large"
|
||||
app:layout_constraintStart_toStartOf="@id/message_request_avatar"
|
||||
app:layout_constraintTop_toTopOf="@id/message_request_avatar"
|
||||
tools:visibility="visible" />
|
||||
|
||||
Reference in New Issue
Block a user