New options: separate post and comments in post details page.

This commit is contained in:
Alex Ning
2021-08-02 15:26:14 +08:00
parent a3b4c54ec2
commit 305ae1c13c
5 changed files with 61 additions and 3 deletions

View File

@@ -2,9 +2,10 @@
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<!--<Preference
app:title="@string/settings_number_of_columns_in_post_feed_title"
app:fragment="ml.docilealligator.infinityforreddit.settings.NumberOfColumnsInPostFeedPreferenceFragment" />-->
<SwitchPreference
app:defaultValue="true"
app:key="separate_post_and_comments_in_landscape_mode"
app:title="@string/settings_separate_post_and_comments_in_landscape_mode" />
<SwitchPreference
app:defaultValue="false"