mirror of
https://github.com/jamessanford/kegs.git
synced 2025-01-24 14:29:46 +00:00
10 lines
288 B
XML
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>
|