mirror of
https://github.com/jamessanford/kegs.git
synced 2024-10-30 14:26:42 +00:00
10 lines
292 B
XML
10 lines
292 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="android:Theme.Holo">
|
||
|
<item name="android:windowBackground">@drawable/screen_background_black</item>
|
||
|
</style>
|
||
|
</resources>
|