aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/miscellaneous_preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/xml/miscellaneous_preferences.xml')
-rw-r--r--app/src/main/res/xml/miscellaneous_preferences.xml11
1 files changed, 7 insertions, 4 deletions
diff --git a/app/src/main/res/xml/miscellaneous_preferences.xml b/app/src/main/res/xml/miscellaneous_preferences.xml
index 67a78aca..990513a0 100644
--- a/app/src/main/res/xml/miscellaneous_preferences.xml
+++ b/app/src/main/res/xml/miscellaneous_preferences.xml
@@ -7,11 +7,14 @@
app:title="@string/settings_save_front_page_scrolled_position_title"
app:summary="@string/settings_save_front_page_scrolled_position_summary" />
- <SwitchPreference
- app:defaultValue="false"
+ <ListPreference
+ app:defaultValue="0"
+ app:entries="@array/link_handler"
+ app:entryValues="@array/link_handler_values"
app:icon="@drawable/ic_link"
- app:key="open_link_in_app"
- app:title="@string/settings_open_link_in_app_title" />
+ app:key="link_handler"
+ app:title="@string/settings_link_handler_title"
+ app:useSimpleSummaryProvider="true" />
<ListPreference
app:defaultValue="0"