mirror of
https://github.com/Docile-Alligator/Infinity-For-Reddit.git
synced 2026-03-30 03:27:29 +00:00
Fix missing settings in PostDetailsPreferenceFragment for tablets.
This commit is contained in:
@ -23,6 +23,11 @@
|
||||
app:key="hide_post_flair"
|
||||
app:title="@string/settings_hide_post_flair" />
|
||||
|
||||
<ml.docilealligator.infinityforreddit.customviews.CustomFontSwitchPreference
|
||||
app:defaultValue="false"
|
||||
app:key="hide_upvote_ratio"
|
||||
app:title="@string/settings_hide_upvote_ratio_title" />
|
||||
|
||||
<ml.docilealligator.infinityforreddit.customviews.CustomFontSwitchPreference
|
||||
app:defaultValue="false"
|
||||
app:key="hide_subreddit_and_user_prefix"
|
||||
@ -38,4 +43,17 @@
|
||||
app:key="hide_the_number_of_comments"
|
||||
app:title="@string/settings_hide_the_number_of_comments" />
|
||||
|
||||
<ml.docilealligator.infinityforreddit.customviews.CustomFontSwitchPreference
|
||||
app:defaultValue="false"
|
||||
app:key="hide_fab_in_post_details"
|
||||
app:title="@string/settings_hide_fab_in_post_details" />
|
||||
|
||||
<ml.docilealligator.infinityforreddit.customviews.CustomFontListPreference
|
||||
app:defaultValue="15"
|
||||
app:entries="@array/settings_embedded_media_type"
|
||||
app:entryValues="@array/settings_embedded_media_type_values"
|
||||
app:key="embedded_media_type"
|
||||
app:title="@string/settings_embedded_media_type_title"
|
||||
app:useSimpleSummaryProvider="true" />
|
||||
|
||||
</PreferenceScreen>
|
||||
Reference in New Issue
Block a user