Add preference toggle for switching on/off WKD

This commit is contained in:
Wiktor Kwapisiewicz
2018-05-22 21:46:31 +02:00
parent fe78850b3d
commit 92e7995b83
4 changed files with 9 additions and 1 deletions

View File

@@ -14,4 +14,9 @@
android:key="search_keybase_pref"
android:summary="@string/pref_keybase_summary"
android:title="@string/pref_keybase" />
<SwitchPreference
android:defaultValue="true"
android:key="search_wkd_pref"
android:summary="@string/pref_wkd_summary"
android:title="@string/pref_wkd" />
</PreferenceScreen>