diff --git a/res/layout/conversation_activity_attachment_editor_stub.xml b/res/layout/conversation_activity_attachment_editor_stub.xml index 6a7b4f24dc..07cb9a1353 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"/>