mirror of
https://github.com/jamessanford/kegs.git
synced 2024-11-19 07:31:01 +00:00
8 lines
221 B
XML
8 lines
221 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
||
|
<resources>
|
||
|
<style name="Theme.BlackBackground" parent="android:Theme">
|
||
|
<item name="android:windowBackground">@drawable/screen_background_black</item>
|
||
|
</style>
|
||
|
</resources>
|