diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-08-11 08:44:46 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-08-11 08:44:46 +0000 |
commit | 2913c1583b8001ebdf75babb2d663f3cf9167ca9 (patch) | |
tree | 5421432c5534f5167d8090943b65b3be75534bfd /app/src/main/res/values-night | |
parent | c2f2fc1b39b5ccfe147062cb3be8f2236e705f48 (diff) | |
download | infinity-for-reddit-2913c1583b8001ebdf75babb2d663f3cf9167ca9.tar infinity-for-reddit-2913c1583b8001ebdf75babb2d663f3cf9167ca9.tar.gz infinity-for-reddit-2913c1583b8001ebdf75babb2d663f3cf9167ca9.tar.bz2 infinity-for-reddit-2913c1583b8001ebdf75babb2d663f3cf9167ca9.tar.lz infinity-for-reddit-2913c1583b8001ebdf75babb2d663f3cf9167ca9.tar.xz infinity-for-reddit-2913c1583b8001ebdf75babb2d663f3cf9167ca9.tar.zst infinity-for-reddit-2913c1583b8001ebdf75babb2d663f3cf9167ca9.zip |
Make nav bar white in day theme and change it to the same color as background color in some activities. Fixed nav bar icon color in dark theme. Minor UI tweaks.
Diffstat (limited to 'app/src/main/res/values-night')
-rw-r--r-- | app/src/main/res/values-night/colors.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/values-night/colors.xml b/app/src/main/res/values-night/colors.xml index 4827628f..590ba6ce 100644 --- a/app/src/main/res/values-night/colors.xml +++ b/app/src/main/res/values-night/colors.xml @@ -41,4 +41,6 @@ <color name="tabLayoutWithCollapsedCollapsingToolbarTabBackground">@color/colorPrimary</color> <color name="tabLayoutWithCollapsedCollapsingToolbarTabIndicator">@color/tabLayoutWithCollapsedCollapsingToolbarTextColor</color> + + <color name="navBarColor">@color/backgroundColor</color> </resources> |