From 7b8207a319957aa8217e70d27756a192d607999c Mon Sep 17 00:00:00 2001 From: Daniel Friesen Date: Sat, 22 Apr 2017 08:55:23 -0700 Subject: [PATCH] Stop from incorrectly darkening translucent status bars When using a translucent status bar using `` and a `` the dialog layer applies its own translucent status bar color on top causing the status bar to darken. This is especially problematic when the modal is a menu and nothing on the screen is supposed to darken. --- ReactAndroid/src/main/res/views/modal/values/themes.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ReactAndroid/src/main/res/views/modal/values/themes.xml b/ReactAndroid/src/main/res/views/modal/values/themes.xml index e6f6a8902dcff9..c60fa81c6960ca 100644 --- a/ReactAndroid/src/main/res/views/modal/values/themes.xml +++ b/ReactAndroid/src/main/res/views/modal/values/themes.xml @@ -6,7 +6,8 @@ true false @android:color/transparent - true + true + @android:color/transparent