diff --git a/android/app/src/main/res/color/text_color_primary.xml b/android/app/src/main/res/color/text_color_primary.xml new file mode 100644 index 0000000000..4b5e2b9c34 --- /dev/null +++ b/android/app/src/main/res/color/text_color_primary.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/android/app/src/main/res/color/text_color_primary_dark.xml b/android/app/src/main/res/color/text_color_primary_dark.xml new file mode 100644 index 0000000000..dbb93ac9df --- /dev/null +++ b/android/app/src/main/res/color/text_color_primary_dark.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/android/app/src/main/res/color/text_color_secondary.xml b/android/app/src/main/res/color/text_color_secondary.xml new file mode 100644 index 0000000000..1db0701715 --- /dev/null +++ b/android/app/src/main/res/color/text_color_secondary.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/android/app/src/main/res/color/text_color_secondary_dark.xml b/android/app/src/main/res/color/text_color_secondary_dark.xml new file mode 100644 index 0000000000..5d7a837879 --- /dev/null +++ b/android/app/src/main/res/color/text_color_secondary_dark.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/android/app/src/main/res/values/themes-base.xml b/android/app/src/main/res/values/themes-base.xml index deb612c1a5..b37d787af6 100644 --- a/android/app/src/main/res/values/themes-base.xml +++ b/android/app/src/main/res/values/themes-base.xml @@ -9,9 +9,9 @@ @style/MwmWidget.TextView false - @color/text_dark + @color/text_color_primary @color/text_light - @color/text_dark_subtitle + @color/text_color_secondary ?windowBackgroundForced @color/bg_primary_dark stateUnspecified|adjustPan @@ -142,9 +142,9 @@ @style/MwmWidget.TextView false - @color/text_light + @color/text_color_primary_dark @color/text_dark - @color/text_light_subtitle + @color/text_color_secondary_dark ?windowBackgroundForced @color/bg_primary_dark_night stateUnspecified|adjustPan