From 085b946c7d3df2a7a24183b2949d4bacd5d16c5e Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sat, 1 Feb 2020 23:41:44 +0530 Subject: Theming related fixes (#627) * Make navigation match window background Signed-off-by: Harsh Shandilya * Remove light navigation flag Signed-off-by: Harsh Shandilya * Use black navbar in light theme windowLightNavigationBar is not portable across API 23 to 29 so we're better off with this solution Signed-off-by: Harsh Shandilya * Simplify folder dialog title UI Signed-off-by: Harsh Shandilya * Make night theme completely flat Signed-off-by: Harsh Shandilya * Remove unnecessary type Signed-off-by: Harsh Shandilya * Don't try to use non-existent external repo Signed-off-by: Harsh Shandilya Co-authored-by: Aditya Wasan --- app/src/main/res/values/styles.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/src/main/res/values/styles.xml') diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index e6312175..4f23a285 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -14,7 +14,7 @@ @color/color_control_normal @color/primary_color @color/status_bar_color - @bool/light_status_bar + @color/navigation_bar_color @color/window_background @style/ActionMode @style/AppTheme.Dialog -- cgit v1.2.3