diff options
author | cyBerta <cyberta@riseup.net> | 2023-08-04 03:21:03 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2023-08-04 03:21:03 +0200 |
commit | 361e2d7867c23430c7b07c58cedfe32313284b0c (patch) | |
tree | b921a71c20ffd63a568b07e9c05078a403b11469 /app/src/custom | |
parent | fe7db7a1e9b72adf137e8221e8d9cda114b2b8e7 (diff) |
tweak setup action bar text weight (bold)
Diffstat (limited to 'app/src/custom')
-rw-r--r-- | app/src/custom/res/values/custom-theme.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/app/src/custom/res/values/custom-theme.xml b/app/src/custom/res/values/custom-theme.xml index 6c197915..7c4964e4 100644 --- a/app/src/custom/res/values/custom-theme.xml +++ b/app/src/custom/res/values/custom-theme.xml @@ -1,10 +1,14 @@ <?xml version="1.0" encoding="utf-8"?> <resources> <!--Colors--> - <!--Color of the action bar--> <color name="colorPrimary">#1565C0</color> - <!--Color of the status bar--> <color name="colorPrimaryDark">#104E95</color> + <color name="colorPrimaryLight">@color/colorPrimary</color> + + <!--Color of the action bar--> + <color name="bg_setup_action_bar">@color/colorPrimary</color> + <!--Color of the status bar--> + <color name="bg_setup_status_bar">@color/colorPrimaryDark</color> <!--Font color of the action bar title--> <color name="colorActionBarTitleFont">#ffffff</color> <!--Font color of the action bar subtitle--> |