Use an actual background color for voice message broadcasts

Change-Id: If6339b8fd9112273d226b4545af62e23b285cb04
This commit is contained in:
SpiritCroc 2023-02-17 09:35:16 +01:00
parent 3333ca8f0c
commit 3b25e212b3
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/rounded_rect_shape_8"
android:backgroundTint="?vctr_content_quinary"
android:backgroundTint="?sc_message_bg_incoming"
android:clipChildren="false"
android:clipToPadding="false"
android:padding="12dp">

View File

@ -6,7 +6,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/rounded_rect_shape_8"
android:backgroundTint="?vctr_content_quinary"
android:backgroundTint="?sc_message_bg_incoming"
android:padding="12dp">
<TextView