diff options
author | cyberta <cyberta@riseup.net> | 2022-11-29 18:43:12 +0100 |
---|---|---|
committer | cyberta <cyberta@riseup.net> | 2022-11-30 14:24:40 +0100 |
commit | 980a6986db013304e02589c41020cdfa67215854 (patch) | |
tree | bb1637f1e24489524fa91e85069deda9b16683b4 /app/src/main/res | |
parent | 617f4af8d8dfeae3a4a060de7d5552ef5da57436 (diff) |
tint action bar according to connection state
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/colors.xml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 7ec2e81a..b6971138 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -54,8 +54,12 @@ <color name="btn_green_dark">#709152</color> <color name="btn_white_transparent">#CCFFFEFE</color> <color name="btn_white_transparent_dark">#CCCCCBCB</color> - <color name="bg_red_1">#EC6767</color> - <color name="bg_red_2">#DB6F66</color> - <color name="bg_red_3">#D05D59</color> - + <color name="bg_red_top">#EC6767</color> + <color name="bg_red_top_light_transparent">#CCff9895</color> + <color name="bg_yellow_top">#FADD85</color> + <color name="bg_yellow_top_light_transparent">#CCffffb6</color> + <color name="bg_green_top">#CCDCB8</color> + <color name="bg_green_top_light_transparent">#ffffea</color> + <color name="actionbar_dark_color">@color/black800</color> + <color name="actionbar_light_color">@color/white</color> </resources> |