From defb173ffe9e9425ac9e5926b9f9a5cf33c553d8 Mon Sep 17 00:00:00 2001 From: FeuRenard Date: Mon, 20 Feb 2017 01:14:55 +0100 Subject: [PATCH] Dark theme support for audio drafts Fixes #4681 Closes #6251 // FREEBIE --- res/layout/conversation_activity_attachment_editor_stub.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/layout/conversation_activity_attachment_editor_stub.xml b/res/layout/conversation_activity_attachment_editor_stub.xml index 6a7b4f24d..07cb9a135 100644 --- a/res/layout/conversation_activity_attachment_editor_stub.xml +++ b/res/layout/conversation_activity_attachment_editor_stub.xml @@ -37,9 +37,9 @@ android:visibility="gone" android:paddingTop="15dp" android:paddingBottom="15dp" - app:widgetBackground="@color/white" + app:widgetBackground="?conversation_item_bubble_background" app:foregroundTintColor="@color/grey_500" - app:backgroundTintColor="@color/white"/> + app:backgroundTintColor="?conversation_item_bubble_background"/>