21 lines
757 B
XML
21 lines
757 B
XML
<resources>
|
|
|
|
<!-- Base application theme. -->
|
|
<style name="AppTheme" parent="Theme.MaterialComponents.Light.NoActionBar">
|
|
<!-- your app branding color for the app bar -->
|
|
<item name="colorPrimary">#3F51B5</item>
|
|
|
|
<!-- darker variant for the status bar and contextual app bars -->
|
|
<item name="colorPrimaryDark">#303F9F</item>
|
|
|
|
<!-- theme UI controls like checkboxes and text fields -->
|
|
<item name="colorAccent">#FF5722</item>
|
|
<item name="colorSecondary">#FF5722</item>
|
|
</style>
|
|
|
|
<style name="AppTheme.AppBarOverlay" parent="ThemeOverlay.MaterialComponents.Dark.ActionBar" />
|
|
|
|
<style name="AppTheme.PopupOverlay" parent="ThemeOverlay.MaterialComponents.Light" />
|
|
|
|
</resources>
|