diff options
author | cyberta <cyberta@riseup.net> | 2022-11-30 01:37:33 +0100 |
---|---|---|
committer | cyberta <cyberta@riseup.net> | 2022-12-02 20:25:14 +0100 |
commit | 7141c0dd2bd0e7cd766f08e49821b4abc778de9c (patch) | |
tree | 60a300901fe590bff76076341ca853d63b6fe66a /app/src | |
parent | c0d1a28e5d737fbf24e13ade9fd6988a07ee2719 (diff) |
rename drawables and colors according to the state they're representing
Diffstat (limited to 'app/src')
-rw-r--r-- | app/src/main/res/values/colors.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index c3a519cf..62f6d163 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -37,7 +37,6 @@ <color name="black_transparent">#20000000</color> <color name="black_high_transparent">#05000000</color> - <color name="colorEipFragmentFont">@color/black800</color> <color name="colorFontBtn">@color/black800</color> <color name="colorFontBtnEnabled">@color/white</color> |