From 9e3e3c8b6d78e85c8826bef5e66545409453dd3f Mon Sep 17 00:00:00 2001 From: Sparky93 Date: Wed, 10 Apr 2019 19:23:33 +0300 Subject: [PATCH] Fixes #1485 - Page crash message now displays correctly in dark theme (#1524) --- app/src/main/res/layout/fragment_crash_reporter.xml | 4 ++-- app/src/main/res/values-night/colors.xml | 5 ++++- app/src/main/res/values/colors.xml | 3 +++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/fragment_crash_reporter.xml b/app/src/main/res/layout/fragment_crash_reporter.xml index 4c4948d34..4dba39904 100644 --- a/app/src/main/res/layout/fragment_crash_reporter.xml +++ b/app/src/main/res/layout/fragment_crash_reporter.xml @@ -7,7 +7,7 @@ xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="@color/photonGrey10"> + android:background="@color/searchBackground_normal_theme"> @color/background_dark_theme #42414D - + @color/off_white @color/off_white @color/off_white @@ -84,4 +84,7 @@ @color/secondaryTextColor_dark_theme @color/background_dark_theme + + + @color/accent_bright_dark_theme diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 3a342ce2b..da73eac03 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -142,4 +142,7 @@ #232749 #1F1B215E + + + #20123A