New app layout currently enforces this, so unbreak it there Change-Id: I8885c18d839d715b4308a4abd9634a1130da13e2
12 lines
378 B
XML
12 lines
378 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<style name="AppTheme.SC.Light.v27" parent="AppTheme.SC.Light.v23">
|
|
<item name="android:navigationBarColor">@color/background_sc_light_toolbar</item>
|
|
<item name="android:windowLightNavigationBar">true</item>
|
|
</style>
|
|
|
|
<style name="AppTheme.SC.Light" parent="AppTheme.SC.Light.v27" />
|
|
|
|
</resources>
|