Update Airplane mode to use a SwitchPreference

- do the switch

See bug: #15730311 Checkboxes on R side should update to Quantum/Material on/off switch

Change-Id: I7addc48a90d74c105b2f0275ae80874b9324f589
This commit is contained in:
Fabrice Di Meglio
2014-08-06 10:22:52 -07:00
parent cd93d14130
commit e3bced2cda
3 changed files with 13 additions and 11 deletions

View File

@@ -19,7 +19,7 @@
android:title="wireless_settings"
android:key="@string/radio_controls_title">
<CheckBoxPreference
<SwitchPreference
android:key="toggle_airplane"
android:title="@string/airplane_mode"
android:persistent="false"