Statistics
| Branch: | Tag: | Revision:

trustedintents / app / src / main / res / values / styles.xml @ 9f5bcd3f

History | View | Annotate | Download (705 Bytes)

1
<resources>
2

    
3
    <!-- Base application theme. -->
4
    <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
5
        <!-- Customize your theme here. -->
6
        <item name="colorPrimary">@color/colorPrimary</item>
7
        <item name="colorPrimaryDark">@color/colorPrimaryDark</item>
8
        <item name="colorAccent">@color/colorAccent</item>
9
    </style>
10
    <style name="AppTheme.NoActionBar">
11
        <item name="windowActionBar">false</item>
12
        <item name="windowNoTitle">true</item>
13
    </style>
14
    <style name="AppTheme.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar" />
15
    <style name="AppTheme.PopupOverlay" parent="ThemeOverlay.AppCompat.Light" />
16

    
17
</resources>