From ad7dd7584eac0d1071531d870194415795bce8cf Mon Sep 17 00:00:00 2001 From: Greyson Parrelli Date: Sat, 8 Sep 2018 08:23:33 -0700 Subject: [PATCH] Fixed document display in media overview in dark theme. Shoutout to @aleb2000 for working on this as well! Fixes #8151 --- res/layout/media_overview_document_item.xml | 4 +++- res/values/attrs.xml | 4 ++-- res/values/themes.xml | 8 ++++---- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/res/layout/media_overview_document_item.xml b/res/layout/media_overview_document_item.xml index 28f6d49d88..400c88cf76 100644 --- a/res/layout/media_overview_document_item.xml +++ b/res/layout/media_overview_document_item.xml @@ -16,6 +16,8 @@ android:layout_gravity="center_vertical" android:layout_weight="1" android:visibility="visible" + app:doc_titleColor="?media_overview_document_primary" + app:doc_captionColor="?media_overview_document_secondary" tools:visibility="visible"/> diff --git a/res/values/attrs.xml b/res/values/attrs.xml index ca1ff5d318..c66374ac19 100644 --- a/res/values/attrs.xml +++ b/res/values/attrs.xml @@ -143,8 +143,8 @@ - - + + diff --git a/res/values/themes.xml b/res/values/themes.xml index be3beacb76..4f61ea0211 100644 --- a/res/values/themes.xml +++ b/res/values/themes.xml @@ -21,8 +21,8 @@ @color/white @color/gray70 @color/gray50 - @color/gray70 - @color/white + @color/core_light_90 + @color/core_light_60