annotate app/src/main/res/values/themes.xml @ 28:cf9621e88d2d

Explicit text colors fail in dark mode; disable.
author David Barts <n5jrn@me.com>
date Wed, 24 Feb 2021 13:53:39 -0800
parents 43f6534036ec
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
13935000c2d9 Stuff Andriod Studio ignored for some reason.
David Barts <n5jrn@me.com>
parents:
diff changeset
1 <resources xmlns:tools="http://schemas.android.com/tools">
13935000c2d9 Stuff Andriod Studio ignored for some reason.
David Barts <n5jrn@me.com>
parents:
diff changeset
2 <!-- Base application theme. -->
13935000c2d9 Stuff Andriod Studio ignored for some reason.
David Barts <n5jrn@me.com>
parents:
diff changeset
3 <style name="Theme.SimpleResizer" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
13935000c2d9 Stuff Andriod Studio ignored for some reason.
David Barts <n5jrn@me.com>
parents:
diff changeset
4 <!-- Primary brand color. -->
26
43f6534036ec Choose a color theme.
David Barts <n5jrn@me.com>
parents: 0
diff changeset
5 <item name="colorPrimary">@color/colorPrimary</item>
43f6534036ec Choose a color theme.
David Barts <n5jrn@me.com>
parents: 0
diff changeset
6 <item name="colorPrimaryVariant">@color/colorPrimaryVariant</item>
43f6534036ec Choose a color theme.
David Barts <n5jrn@me.com>
parents: 0
diff changeset
7 <item name="colorOnPrimary">@color/colorOnPrimary</item>
0
13935000c2d9 Stuff Andriod Studio ignored for some reason.
David Barts <n5jrn@me.com>
parents:
diff changeset
8 <!-- Secondary brand color. -->
26
43f6534036ec Choose a color theme.
David Barts <n5jrn@me.com>
parents: 0
diff changeset
9 <item name="colorSecondary">@color/colorSecondary</item>
43f6534036ec Choose a color theme.
David Barts <n5jrn@me.com>
parents: 0
diff changeset
10 <item name="colorSecondaryVariant">@color/colorSecondaryVariant</item>
43f6534036ec Choose a color theme.
David Barts <n5jrn@me.com>
parents: 0
diff changeset
11 <item name="colorOnSecondary">@color/colorOnSecondary</item>
43f6534036ec Choose a color theme.
David Barts <n5jrn@me.com>
parents: 0
diff changeset
12 <!-- Text colors. -->
28
cf9621e88d2d Explicit text colors fail in dark mode; disable.
David Barts <n5jrn@me.com>
parents: 26
diff changeset
13 <!-- <item name="android:textColorPrimary">@color/textColorPrimary</item>
cf9621e88d2d Explicit text colors fail in dark mode; disable.
David Barts <n5jrn@me.com>
parents: 26
diff changeset
14 <item name="android:textColorSecondary">@color/textColorSecondary</item> -->
0
13935000c2d9 Stuff Andriod Studio ignored for some reason.
David Barts <n5jrn@me.com>
parents:
diff changeset
15 <!-- Status bar color. -->
13935000c2d9 Stuff Andriod Studio ignored for some reason.
David Barts <n5jrn@me.com>
parents:
diff changeset
16 <item name="android:statusBarColor" tools:targetApi="l">?attr/colorPrimaryVariant</item>
13935000c2d9 Stuff Andriod Studio ignored for some reason.
David Barts <n5jrn@me.com>
parents:
diff changeset
17 <!-- Customize your theme here. -->
13935000c2d9 Stuff Andriod Studio ignored for some reason.
David Barts <n5jrn@me.com>
parents:
diff changeset
18 </style>
13935000c2d9 Stuff Andriod Studio ignored for some reason.
David Barts <n5jrn@me.com>
parents:
diff changeset
19 </resources>