diff options
author | cyBerta <cyberta@riseup.net> | 2021-08-01 00:50:06 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2021-11-14 19:44:25 +0100 |
commit | 739e0f16c80da1bad574890d6d8c8f09fa7bbbc0 (patch) | |
tree | d0a8887160e4b692570d6d46f50a41e2d97ee831 /app/src/custom | |
parent | 41fbc2f409d5438fcc3ce51d5679888d0c8df7a3 (diff) |
make button text color customizable
Diffstat (limited to 'app/src/custom')
-rw-r--r-- | app/src/custom/res/values/custom-theme.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/custom/res/values/custom-theme.xml b/app/src/custom/res/values/custom-theme.xml index 71d22ac6..6d2bf0f8 100644 --- a/app/src/custom/res/values/custom-theme.xml +++ b/app/src/custom/res/values/custom-theme.xml @@ -11,5 +11,7 @@ <color name="colorActionBarSubtitleFont">#cccccc</color> <!-- Font color of labels in EipFragment (main screen)--> <color name="colorEipFragmentFont">#ffffff</color> + <!-- Font color of rounded standard buttons --> + <color name="colorFontBtn">#ffffff</color> </resources> |