From e11745afd4bb050efb116e6eb0a1425022c84876 Mon Sep 17 00:00:00 2001 From: Michael W Date: Thu, 26 Dec 2024 13:53:58 +0100 Subject: [PATCH] Messaging: Style the attachment choosers properly On light background they stand out lighter, but on dark they just blend in - we can reuse the attachment background to fix that! Change-Id: I0e0f09d0cd305ce1bc8aa07c3a20b79993d40e60 --- res/layout/mediapicker_audio_chooser.xml | 2 +- res/layout/mediapicker_camera_chooser.xml | 2 +- res/layout/mediapicker_contact_chooser.xml | 2 +- res/layout/mediapicker_gallery_chooser.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/res/layout/mediapicker_audio_chooser.xml b/res/layout/mediapicker_audio_chooser.xml index 795d2f8..fbe8cf0 100644 --- a/res/layout/mediapicker_audio_chooser.xml +++ b/res/layout/mediapicker_audio_chooser.xml @@ -19,7 +19,7 @@ xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="@android:color/white" + android:background="@color/attachment_bg_color" android:importantForAccessibility="no" > + android:background="@color/attachment_bg_color"> + android:background="@color/attachment_bg_color">