mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 21:39:50 +02:00
New options: separate post and comments in post details page.
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user