aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/styles.xml
blob: 903652517b9d96074d64f380648c46d3d10435e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<resources xmlns:android="http://schemas.android.com/apk/res/android">

    <!-- Base application theme. -->
    <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
        <!-- Customize your theme here. -->
        <item name="android:actionBarStyle">@style/MyActionBar</item>
    </style>

    <style name="MyActionBar"
        parent="@android:style/Widget.Holo.Light.ActionBar">
        <item name="android:background">@drawable/actionbar_color</item>
    </style>
</resources>