diff options
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/tether_prefs.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/res/xml/tether_prefs.xml b/res/xml/tether_prefs.xml index 81f6f3a..7a70306 100644 --- a/res/xml/tether_prefs.xml +++ b/res/xml/tether_prefs.xml @@ -16,12 +16,12 @@ <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"> - <CheckBoxPreference + <SwitchPreference android:key="usb_tether_settings" android:title="@string/usb_tethering_button_text" android:persistent="false" /> - <CheckBoxPreference + <SwitchPreference android:key="enable_wifi_ap" android:title="@string/wifi_tether_checkbox_text" android:persistent="false" /> @@ -31,7 +31,7 @@ android:title="@string/wifi_tether_configure_ap_text" android:persistent="false" /> - <CheckBoxPreference + <SwitchPreference android:key="enable_bluetooth_tethering" android:title="@string/bluetooth_tether_checkbox_text" android:persistent="false" /> |