diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-05-02 00:22:13 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-05-02 00:22:13 +0000 |
commit | 360051a302ce2f3e917f42f431727ce43a7cb528 (patch) | |
tree | a45e643ed9e5a3382bf445a8926fa8c38eac5610 /app/src/main/res | |
parent | 911901cf757811c13739732cd58cc258585765aa (diff) | |
download | infinity-for-reddit-360051a302ce2f3e917f42f431727ce43a7cb528.tar infinity-for-reddit-360051a302ce2f3e917f42f431727ce43a7cb528.tar.gz infinity-for-reddit-360051a302ce2f3e917f42f431727ce43a7cb528.tar.bz2 infinity-for-reddit-360051a302ce2f3e917f42f431727ce43a7cb528.tar.lz infinity-for-reddit-360051a302ce2f3e917f42f431727ce43a7cb528.tar.xz infinity-for-reddit-360051a302ce2f3e917f42f431727ce43a7cb528.tar.zst infinity-for-reddit-360051a302ce2f3e917f42f431727ce43a7cb528.zip |
Fix the color of award cannot be changed. Prepare to show user comment karma, description, cakeday and subreddit creation day.
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/strings.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 35dadb3a..945805f1 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -525,7 +525,9 @@ <string name="theme_item_bottom_app_bar_background_color">Bottom Navigation Bar Color</string> <string name="theme_item_bottom_app_bar_background_color_detail">Applied to: Bottom navigation bar</string> <string name="theme_item_primary_icon_color">Primary Icon Color</string> - <string name="theme_item_primary_icon_color_detail">Applied to: Icons in the bottom navigation bar and the navigation drawer.</string> + <string name="theme_item_primary_icon_color_detail">Applied to: Icons in the navigation drawer.</string> + <string name="theme_item_bottom_app_bar_icon_color">Bottom Navigation Bar Icon Color</string> + <string name="theme_item_bottom_app_bar_icon_color_detail">Applied to: Icons in the bottom navigation bar</string> <string name="theme_item_post_icon_and_info_color">Post Icon and Info Color</string> <string name="theme_item_post_icon_and_info_color_detail">Applied to: Icons, score and the number of comments in posts</string> <string name="theme_item_comment_icon_and_info_color">Comment Icon and Info Color</string> |