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 15:54:38 +01:00
parent 3788b9d318
commit e11745afd4
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="@android:color/white" android:background="@color/attachment_bg_color"
android:importantForAccessibility="no" > android:importantForAccessibility="no" >
<FrameLayout <FrameLayout
+1 -1
View File
@@ -20,7 +20,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="@android:color/white"> android:background="@color/attachment_bg_color">
<androidx.constraintlayout.widget.ConstraintLayout <androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/mediapicker_enabled" android:id="@+id/mediapicker_enabled"
+1 -1
View File
@@ -20,7 +20,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="@android:color/white" android:background="@color/attachment_bg_color"
android:importantForAccessibility="no" > android:importantForAccessibility="no" >
<FrameLayout <FrameLayout
+1 -1
View File
@@ -20,7 +20,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="@android:color/white"> android:background="@color/attachment_bg_color">
<FrameLayout <FrameLayout
android:id="@+id/mediapicker_enabled" android:id="@+id/mediapicker_enabled"