Fix navigation and status bar in light mode

* Fixes white buttons with white navigation and status bar

Change-Id: I10da685dd3f1cd38474fbef86eb048d9dcb4598d
diff --git a/main/res/values-night/config.xml b/main/res/values-night/config.xml
new file mode 100644
index 0000000..13894ab
--- /dev/null
+++ b/main/res/values-night/config.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+    Copyright (C) 2018 The Android Open Source Project
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<resources>
+    <bool name="setup_compat_light_navigation_bar">false</bool>
+    <bool name="setup_compat_light_status_bar">false</bool>
+</resources>
diff --git a/main/res/values/config.xml b/main/res/values/config.xml
index 993f45f..0b43583 100644
--- a/main/res/values/config.xml
+++ b/main/res/values/config.xml
@@ -60,4 +60,6 @@
     <bool name="extended_partner_config_enabled">true</bool>
     <bool name="setup_design_header_auto_size_enabled">true</bool>
     <bool name="setup_design_items_divider_shown">false</bool>
+    <bool name="setup_compat_light_navigation_bar">true</bool>
+    <bool name="setup_compat_light_status_bar">true</bool>
 </resources>