From 569283ea93dba6816df092e702b97f6d5c956ebf Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Tue, 19 Jan 2021 23:04:51 +0800 Subject: Setting default sort for subreddits and users is available. --- app/src/main/res/xml/main_preferences.xml | 7 +++- app/src/main/res/xml/miscellaneous_preferences.xml | 6 --- app/src/main/res/xml/sort_type_preferences.xml | 48 ++++++++++++++++++++++ 3 files changed, 54 insertions(+), 7 deletions(-) create mode 100644 app/src/main/res/xml/sort_type_preferences.xml (limited to 'app/src/main/res/xml') diff --git a/app/src/main/res/xml/main_preferences.xml b/app/src/main/res/xml/main_preferences.xml index e2dac88d..82a4689e 100644 --- a/app/src/main/res/xml/main_preferences.xml +++ b/app/src/main/res/xml/main_preferences.xml @@ -67,10 +67,15 @@ app:icon="@drawable/ic_filter_24dp" app:title="@string/settings_post_filter_title" /> + + + app:fragment="ml.docilealligator.infinityforreddit.settings.MiscellaneousPreferenceFragment" /> - - + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3