Skip to content
Snippets Groups Projects
Select Git revision
  • c0428758d5e89d1456979343fb4f32a224405935
  • master default
2 results

styles.xml

Blame
  • styles.xml 603 B
    <resources>
    
        <!-- Base application theme. -->
        <style name="MyTheme" parent="MyTheme.base"></style>
        <style name="MyTheme.base" parent="Theme.AppCompat.Light">
            <!-- Customize your theme here. -->
            <item name="colorPrimary">@color/colorPrimary</item>
            <item name="colorPrimaryDark">@color/colorPrimaryDark</item>
            <item name="colorAccent">@color/colorAccent</item>
    
        </style>
        <style name="AppTheme.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar" />
    
        <style name="AppTheme.PopupOverlay" parent="ThemeOverlay.AppCompat.Light" />
    </resources>