From 3b25e212b3002f42d6f3843387c827fbe0200b77 Mon Sep 17 00:00:00 2001 From: SpiritCroc Date: Fri, 17 Feb 2023 09:35:16 +0100 Subject: [PATCH] Use an actual background color for voice message broadcasts Change-Id: If6339b8fd9112273d226b4545af62e23b285cb04 --- .../item_timeline_event_voice_broadcast_listening_stub.xml | 2 +- .../item_timeline_event_voice_broadcast_recording_stub.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vector/src/main/res/layout/item_timeline_event_voice_broadcast_listening_stub.xml b/vector/src/main/res/layout/item_timeline_event_voice_broadcast_listening_stub.xml index 037e9ee67a..b9d78fd328 100644 --- a/vector/src/main/res/layout/item_timeline_event_voice_broadcast_listening_stub.xml +++ b/vector/src/main/res/layout/item_timeline_event_voice_broadcast_listening_stub.xml @@ -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"> diff --git a/vector/src/main/res/layout/item_timeline_event_voice_broadcast_recording_stub.xml b/vector/src/main/res/layout/item_timeline_event_voice_broadcast_recording_stub.xml index d400386bb3..18f4058828 100644 --- a/vector/src/main/res/layout/item_timeline_event_voice_broadcast_recording_stub.xml +++ b/vector/src/main/res/layout/item_timeline_event_voice_broadcast_recording_stub.xml @@ -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">