diff options
| author | 2019-05-30 23:16:30 +0000 | |
|---|---|---|
| committer | 2019-05-30 23:16:30 +0000 | |
| commit | cd8a323f2a15ca6eb2832c5b04f85d0fd0414ba1 (patch) | |
| tree | ec35a02a3664935369e26501d79ead1c31138277 | |
| parent | 75de2d5464fdfd640ae20f1044c2fd49242605fa (diff) | |
| parent | c3581717d8eec10ed4ea00e10f9ba7315abf4271 (diff) | |
Merge "Revert "Make statusBarColor and navBarColor transparent for"" into qt-dev
| -rw-r--r-- | core/res/res/values/themes_device_defaults.xml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/core/res/res/values/themes_device_defaults.xml b/core/res/res/values/themes_device_defaults.xml index b90104899e55..628926231c65 100644 --- a/core/res/res/values/themes_device_defaults.xml +++ b/core/res/res/values/themes_device_defaults.xml @@ -1473,14 +1473,10 @@ easier. <item name="colorError">@color/error_color_device_default_light</item> <item name="colorEdgeEffect">@color/edge_effect_device_default_light</item> - <!-- Add divider that matches material --> + <!-- Add white nav bar with divider that matches material --> <item name="navigationBarDividerColor">@color/navigation_bar_divider_device_default_settings</item> - - <!-- Add transparent nav and status bars with light icons to support drawing edge-to-edge - for Q gestural navigation--> - <item name="navigationBarColor">@android:color/transparent</item> + <item name="navigationBarColor">@android:color/white</item> <item name="windowLightNavigationBar">true</item> - <item name="statusBarColor">@android:color/transparent</item> <!-- Dialog attributes --> <item name="dialogCornerRadius">@dimen/config_dialogCornerRadius</item> |