Commit 9dd3decb authored by Theresa's avatar Theresa Committed by Commit Bot

Use black system nav bar for web apps and web apks

BUG=805976

Change-Id: Icdaf76079b16f7664c5dde3b63f429ae5473532f
Reviewed-on: https://chromium-review.googlesource.com/893647Reviewed-by: default avatarTed Choc <tedchoc@chromium.org>
Commit-Queue: Theresa <twellington@chromium.org>
Cr-Commit-Position: refs/heads/master@{#532999}
parent 774b016f
...@@ -98,7 +98,9 @@ ...@@ -98,7 +98,9 @@
</style> </style>
<!-- Web app themes --> <!-- Web app themes -->
<style name="WebappTheme" parent="MainTheme"> <!-- Extend MainThemeBase rather than MainTheme to avoid values-v27 navigation bar colors from
being applied -->
<style name="WebappTheme" parent="MainThemeBase">
<item name="android:windowBackground">@null</item> <item name="android:windowBackground">@null</item>
<item name="android:windowDisablePreview">true</item> <item name="android:windowDisablePreview">true</item>
</style> </style>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment