kegs-android/app/src/main/res/values/styles.xml
2022-07-05 13:04:10 -07:00

8 lines
233 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.BlackBackground" parent="@android:style/Theme.Holo">
<item name="android:windowBackground">@drawable/screen_background_black</item>
</style>
</resources>