am 8b5b47bf: am b5a582eb: am 667695eb: Merge "Fix bug #15730311 Checkboxes on R side should update to Quantum/Material on/off switch" into lmp-mr1-dev
* commit '8b5b47bf4521164381476c0ca5a8dc40bbd8cf5a': Fix bug #15730311 Checkboxes on R side should update to Quantum/Material on/off switch
This commit is contained in:
@@ -128,7 +128,7 @@
|
||||
android:entries="@array/apn_protocol_entries"
|
||||
android:entryValues="@array/apn_protocol_values"
|
||||
/>
|
||||
<CheckBoxPreference
|
||||
<SwitchPreference
|
||||
android:title="@string/carrier_enabled"
|
||||
android:key="carrier_enabled"
|
||||
android:enabled="false"
|
||||
|
||||
@@ -97,7 +97,7 @@
|
||||
android:key="game_controller_settings_category"
|
||||
android:title="@string/game_controller_settings_category">
|
||||
|
||||
<CheckBoxPreference
|
||||
<SwitchPreference
|
||||
android:key="vibrate_input_devices"
|
||||
android:title="@string/vibrate_input_devices"
|
||||
android:summaryOn="@string/vibrate_input_devices_summary"
|
||||
|
||||
@@ -77,7 +77,7 @@
|
||||
android:targetClass="com.android.settings.wimax.WimaxSettings" />
|
||||
</PreferenceScreen>
|
||||
|
||||
<CheckBoxPreference
|
||||
<SwitchPreference
|
||||
android:key="toggle_nsd"
|
||||
android:title="@string/nsd_quick_toggle_title"
|
||||
android:summary="@string/nsd_quick_toggle_summary"
|
||||
|
||||
Reference in New Issue
Block a user