Files
android_packages_apps_Updater/res/values-television/styles.xml
T
Aaron Kling 257a80e351 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-09-14 05:45:15 +02: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>