summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/xml/pref_timelines.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/xml/pref_timelines.xml')
-rw-r--r--app/src/main/res/xml/pref_timelines.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/app/src/main/res/xml/pref_timelines.xml b/app/src/main/res/xml/pref_timelines.xml
index f2ceb3f25..f99027d2a 100644
--- a/app/src/main/res/xml/pref_timelines.xml
+++ b/app/src/main/res/xml/pref_timelines.xml
@@ -38,12 +38,11 @@
app:key="@string/SET_HIDE_SINGLE_MEDIA_WITH_CARD"
app:singleLineTitle="false"
app:title="@string/hide_single_media_with_card" />
- <ListPreference
- android:defaultValue="default"
+ <MultiSelectListPreference
app:entries="@array/SET_LIVE_TRANSLATE_VALUES"
app:entryValues="@array/SET_LIVE_TRANSLATE_ENTRIES"
app:iconSpaceReserved="false"
- app:key="@string/SET_LIVE_TRANSLATE"
+ app:key="@string/SET_LIVE_TRANSLATE_MULTIPLE"
app:summary="@string/set_live_translate"
app:title="@string/set_live_translate_title"
app:useSimpleSummaryProvider="true" />