kegs-android/res/values-v11/styles.xml

10 lines
292 B
XML
Raw Normal View History

<?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>