mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 21:39:50 +02:00
Basic up/down vote separation
This commit adds separation option of the up and downvote scres for post on the main page.
This commit is contained in:
@@ -56,6 +56,11 @@
|
||||
app:key="hide_the_number_of_votes_in_comments"
|
||||
app:title="@string/settings_hide_the_number_of_votes" />
|
||||
|
||||
<eu.toldi.infinityforlemmy.customviews.CustomFontSwitchPreference
|
||||
app:defaultValue="true"
|
||||
app:key="comment_separate_down_and_up_votes"
|
||||
app:title="@string/separate_down_and_up_votes" />
|
||||
|
||||
<eu.toldi.infinityforlemmy.customviews.CustomFontSeekBarPreference
|
||||
app:defaultValue="5"
|
||||
android:max="10"
|
||||
|
@@ -22,11 +22,6 @@
|
||||
app:key="hide_upvote_ratio"
|
||||
app:title="@string/settings_hide_upvote_ratio_title" />
|
||||
|
||||
<eu.toldi.infinityforlemmy.customviews.CustomFontSwitchPreference
|
||||
app:defaultValue="false"
|
||||
app:key="hide_the_number_of_awards"
|
||||
app:title="@string/settings_hide_the_number_of_awards" />
|
||||
|
||||
<eu.toldi.infinityforlemmy.customviews.CustomFontSwitchPreference
|
||||
app:defaultValue="false"
|
||||
app:key="hide_subreddit_and_user_prefix"
|
||||
@@ -37,6 +32,11 @@
|
||||
app:key="hide_the_number_of_votes"
|
||||
app:title="@string/settings_hide_the_number_of_votes" />
|
||||
|
||||
<eu.toldi.infinityforlemmy.customviews.CustomFontSwitchPreference
|
||||
app:defaultValue="true"
|
||||
app:key="post_detail_separate_down_and_up_votes"
|
||||
app:title="@string/separate_down_and_up_votes" />
|
||||
|
||||
<eu.toldi.infinityforlemmy.customviews.CustomFontSwitchPreference
|
||||
app:defaultValue="false"
|
||||
app:key="hide_the_number_of_comments"
|
||||
|
@@ -38,6 +38,11 @@
|
||||
app:key="hide_the_number_of_votes"
|
||||
app:title="@string/settings_hide_the_number_of_votes" />
|
||||
|
||||
<eu.toldi.infinityforlemmy.customviews.CustomFontSwitchPreference
|
||||
app:defaultValue="true"
|
||||
app:key="post_separate_down_and_up_votes"
|
||||
app:title="@string/separate_down_and_up_votes" />
|
||||
|
||||
<eu.toldi.infinityforlemmy.customviews.CustomFontSwitchPreference
|
||||
app:defaultValue="false"
|
||||
app:key="hide_the_number_of_comments"
|
||||
|
Reference in New Issue
Block a user