Convert Bluetooth setting to a switch.

This commit is contained in:
akwizgran
2020-01-16 14:51:32 +00:00
parent 63e3c661a3
commit 7ae86d70af
4 changed files with 10 additions and 20 deletions

View File

@@ -29,14 +29,12 @@
android:layout="@layout/preferences_category"
android:title="@string/network_settings_title">
<ListPreference
<SwitchPreference
android:defaultValue="false"
android:entries="@array/bt_setting_names"
android:entryValues="@array/boolean_array"
android:key="pref_key_bluetooth"
android:persistent="false"
android:summary="%s"
android:title="@string/bluetooth_setting"
android:widgetLayout="@layout/preference_switch_compat"
app:iconSpaceReserved="false"/>
<SwitchPreference