kegs-android/app/src/main/res/values-v11/styles.xml
2022-07-05 12:39:07 -07:00

10 lines
288 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- For API level 11 and later, use a parent of Theme.Holo. -->
<resources>
<style name="Theme.BlackBackground" parent="Theme.Sherlock">
<item name="android:windowBackground">@drawable/screen_background_black</item>
</style>
</resources>