Files
lineageos_updater/res/values-television/styles.xml
Aaron Kling a44034fb5c Use -television instead of -large-notouch for atv resources
Mobile builds on devices with no touch panel are also getting these
settings applied, which is not intended.

Change-Id: I02fac65dc7042c04259d6f65a957185aac32a252
2022-08-02 20:50:20 -05:00

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>