mirror of
https://github.com/jamessanford/kegs.git
synced 2025-01-24 14:29:46 +00:00
8 lines
222 B
XML
8 lines
222 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
|
<style name="Theme.BlackBackground" parent="Theme.Sherlock">
|
|
<item name="android:windowBackground">@drawable/screen_background_black</item>
|
|
</style>
|
|
</resources>
|