mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2025-09-15 08:20:18 +03:00
Move "Max chars in links" next to "Truncate links"
This commit is contained in:
parent
3206f6b71e
commit
a5fc536902
1 changed files with 10 additions and 10 deletions
|
@ -72,6 +72,16 @@
|
||||||
app:singleLineTitle="false"
|
app:singleLineTitle="false"
|
||||||
app:title="@string/truncate_links" />
|
app:title="@string/truncate_links" />
|
||||||
|
|
||||||
|
<androidx.preference.SeekBarPreference
|
||||||
|
android:defaultValue="30"
|
||||||
|
android:max="150"
|
||||||
|
app:dependency="@string/SET_TRUNCATE_LINKS"
|
||||||
|
app:iconSpaceReserved="false"
|
||||||
|
app:key="@string/SET_TRUNCATE_LINKS_MAX"
|
||||||
|
app:min="20"
|
||||||
|
app:showSeekBarValue="true"
|
||||||
|
app:singleLineTitle="false"
|
||||||
|
app:title="@string/truncate_links_max" />
|
||||||
|
|
||||||
<SwitchPreferenceCompat
|
<SwitchPreferenceCompat
|
||||||
android:defaultValue="true"
|
android:defaultValue="true"
|
||||||
|
@ -94,16 +104,6 @@
|
||||||
app:singleLineTitle="false"
|
app:singleLineTitle="false"
|
||||||
app:title="@string/pronouns_support" />
|
app:title="@string/pronouns_support" />
|
||||||
|
|
||||||
<androidx.preference.SeekBarPreference
|
|
||||||
android:defaultValue="30"
|
|
||||||
android:max="150"
|
|
||||||
app:dependency="@string/SET_TRUNCATE_LINKS"
|
|
||||||
app:iconSpaceReserved="false"
|
|
||||||
app:key="@string/SET_TRUNCATE_LINKS_MAX"
|
|
||||||
app:min="20"
|
|
||||||
app:showSeekBarValue="true"
|
|
||||||
app:singleLineTitle="false"
|
|
||||||
app:title="@string/truncate_links_max" />
|
|
||||||
<SwitchPreferenceCompat
|
<SwitchPreferenceCompat
|
||||||
android:defaultValue="false"
|
android:defaultValue="false"
|
||||||
app:iconSpaceReserved="false"
|
app:iconSpaceReserved="false"
|
||||||
|
|
Loading…
Reference in a new issue