summaryrefslogtreecommitdiff
path: root/navit/android/res/values-v19/styles.xml
blob: 469a05625a67e9bdf2d9376d7ba440e0051dd525 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<resources>

    <!--
        Base application theme for API 19+. This theme completely replaces
        NavitBaseTheme from BOTH res/values/styles.xml and
        res/values-v19/styles.xml on API 19+ devices.
    -->
    <style name="NavitBaseTheme" parent="android:Theme.Holo">

        <!-- Main theme colors -->
        <!-- your app branding color for the app bar -->
        <item name="android:colorPrimary">@color/navitYellow500</item>
        <!-- darker variant for the status bar and contextual app bars -->
        <item name="android:colorPrimaryDark">@color/navitYellow700</item>
        <!-- theme UI controls like checkboxes and text fields -->
        <item name="android:colorAccent">@color/navitBlue500</item>
    </style>

    <!--
        Main Activity theme for API 19+. This theme completely replaces
        NavitTheme from BOTH res/values/styles.xml and
        res/values-v19/styles.xml on API 19+ devices.
    -->
    <style name="NavitTheme" parent="NavitBaseTheme">

        <!-- API 19 theme customizations can go here. -->
        <item name="android:windowTranslucentNavigation">true</item>
        <item name="android:windowTranslucentStatus">true</item>
    </style>

</resources>