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
This commit is contained in:
Michael W
2024-12-26 13:53:58 +01:00
parent 3788b9d318
commit e11745afd4
4 changed files with 4 additions and 4 deletions

View File

@@ -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" >
<FrameLayout

View File

@@ -20,7 +20,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">
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/mediapicker_enabled"

View File

@@ -20,7 +20,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" >
<FrameLayout

View File

@@ -20,7 +20,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">
<FrameLayout
android:id="@+id/mediapicker_enabled"