Mercurial > cgi-bin > hgweb.cgi > SimpleResizer
view app/src/main/res/values/themes.xml @ 26:43f6534036ec
Choose a color theme.
author | David Barts <n5jrn@me.com> |
---|---|
date | Tue, 23 Feb 2021 20:59:46 -0800 |
parents | 13935000c2d9 |
children | cf9621e88d2d |
line wrap: on
line source
<resources xmlns:tools="http://schemas.android.com/tools"> <!-- Base application theme. --> <style name="Theme.SimpleResizer" parent="Theme.MaterialComponents.DayNight.DarkActionBar"> <!-- Primary brand color. --> <item name="colorPrimary">@color/colorPrimary</item> <item name="colorPrimaryVariant">@color/colorPrimaryVariant</item> <item name="colorOnPrimary">@color/colorOnPrimary</item> <!-- Secondary brand color. --> <item name="colorSecondary">@color/colorSecondary</item> <item name="colorSecondaryVariant">@color/colorSecondaryVariant</item> <item name="colorOnSecondary">@color/colorOnSecondary</item> <!-- Text colors. --> <item name="android:textColorPrimary">@color/textColorPrimary</item> <item name="android:textColorSecondary">@color/textColorSecondary</item> <!-- Status bar color. --> <item name="android:statusBarColor" tools:targetApi="l">?attr/colorPrimaryVariant</item> <!-- Customize your theme here. --> </style> </resources>