summaryrefslogtreecommitdiffstats
path: root/res/layout/mediapicker_audio_list_chooser.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/mediapicker_audio_list_chooser.xml')
-rw-r--r--res/layout/mediapicker_audio_list_chooser.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/mediapicker_audio_list_chooser.xml b/res/layout/mediapicker_audio_list_chooser.xml
index fbab0bc..5758752 100644
--- a/res/layout/mediapicker_audio_list_chooser.xml
+++ b/res/layout/mediapicker_audio_list_chooser.xml
@@ -24,7 +24,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="6dp"
- android:background="@android:color/white" />
+ android:background="@color/audio_list_view_background_color" />
<!-- This view will hide all other views if the required permission is not granted -->
<TextView
@@ -33,7 +33,7 @@
android:layout_height="match_parent"
android:text="@string/enable_permission_procedure"
android:contentDescription="@string/enable_permission_procedure_description"
- android:background="@android:color/white"
+ android:background="@color/missing_permission_view_background_color"
android:gravity="center"
android:visibility="gone" />
</FrameLayout> \ No newline at end of file