summaryrefslogtreecommitdiff
path: root/res/values/styles.xml
blob: e0f48b1ae810e0074bfb5a51240ac1f543406dda (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <style name="Theme.ADK2" parent="android:style/Theme.Holo">
        <item name="android:actionBarStyle">@style/Theme.ADK2_ActionBar</item>
        <item name="android:windowBackground">@color/window_background</item>
    </style>
    
    <style name="Theme.ADK2_ActionBar" parent="@android:style/Widget.Holo.ActionBar">
        <item name="android:background">@drawable/ab_rainbow_bg</item>
    </style>
</resources>