Mercurial > cgi-bin > hgweb.cgi > SimpleResizer
view app/src/main/res/values/themes.xml @ 31:0023e6013dd9
Complete the deception that is my dummy main activity (hopefully).
author | David Barts <n5jrn@me.com> |
---|---|
date | Fri, 26 Feb 2021 13:24:30 -0800 |
parents | cf9621e88d2d |
children |
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>