From f508132f328286d0c1f08f61e326631e2191ef5e Mon Sep 17 00:00:00 2001 From: Docile-Alligator Date: Fri, 18 Feb 2022 19:48:00 +0800 Subject: New option: Interface->Comment->Always show the number of child comments. Fix notification icon. Tweak the app icon. --- .../res/drawable-v24/ic_launcher_background.xml | 7 +++--- app/src/main/res/drawable/ic_notification.xml | 26 +++++++--------------- app/src/main/res/values/strings.xml | 1 + app/src/main/res/xml/comment_preferences.xml | 5 +++++ 4 files changed, 18 insertions(+), 21 deletions(-) (limited to 'app/src/main/res') diff --git a/app/src/main/res/drawable-v24/ic_launcher_background.xml b/app/src/main/res/drawable-v24/ic_launcher_background.xml index 8863072a..54004003 100644 --- a/app/src/main/res/drawable-v24/ic_launcher_background.xml +++ b/app/src/main/res/drawable-v24/ic_launcher_background.xml @@ -7,8 +7,9 @@ - + android:pathData="M0,300L300,300L300,0L0,0L0,300Z" + android:fillColor="#FF0C2446"> + - - - - - - - - - - - - + + + + + + + diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index f3d30ba0..2fd5280a 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -631,6 +631,7 @@ Level %1$d Show Author Avatar Reddit User Agreement + Always Show the Number of Child Comments Cannot get the link diff --git a/app/src/main/res/xml/comment_preferences.xml b/app/src/main/res/xml/comment_preferences.xml index 76738f73..dd9245e4 100644 --- a/app/src/main/res/xml/comment_preferences.xml +++ b/app/src/main/res/xml/comment_preferences.xml @@ -42,6 +42,11 @@ app:key="hide_comment_awards" android:title="@string/settings_hide_comment_awards_title" /> + +