Skip to content
Snippets Groups Projects
Select Git revision
  • 7509fc07d16f36261980f9450cc3f4d00f9e99b5
  • main default protected
2 results

themes.xml

Blame
  • themes.xml 851 B
    <resources xmlns:tools="http://schemas.android.com/tools">
        <!-- Base application theme. -->
        <style name="Theme.Pizzeria" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
            <!-- Primary brand color. -->
            <item name="colorPrimary">@color/DelArteGreen</item>
            <item name="colorPrimaryVariant">@color/DelArteDarkGreen</item>
            <item name="colorOnPrimary">@color/white</item>
            <!-- Secondary brand color. -->
            <item name="colorSecondary">@color/DelArteLightRed</item>
            <item name="colorSecondaryVariant">@color/DelArteDarkRed</item>
            <item name="colorOnSecondary">@color/black</item>
            <!-- Status bar color. -->
            <item name="android:statusBarColor" tools:targetApi="l">?attr/colorPrimaryVariant</item>
            <!-- Customize your theme here. -->
        </style>
    </resources>