Mobile builds on devices with no touch panel are also getting these settings applied, which is not intended. Change-Id: I02fac65dc7042c04259d6f65a957185aac32a252
10 lines
361 B
XML
10 lines
361 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<style name="AppTheme.NoActionBar">
|
|
<item name="windowActionBar">false</item>
|
|
<item name="windowNoTitle">true</item>
|
|
<item name="android:windowBackground">@color/tv_background</item>
|
|
<item name="android:windowDrawsSystemBarBackgrounds">true</item>
|
|
</style>
|
|
</resources>
|