Files
android_packages_apps_Updater/res/values-large-notouch/styles.xml
T
Timi Rautamäki 81dc120f09 Updater: follow TwoPanelSettings styling
Change-Id: I8d0957288fca25f1584f5ddb35c994c7ac2575f7
2021-09-14 17:51:38 +00: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>