Move Bluetooth device "Forget" button to the left
"Forget" and "OK" actions are too close together. Bug: 31693959 Change-Id: Iee452347a53b186df7aecad5d971edcfb7645f1d
This commit is contained in:
@@ -103,7 +103,7 @@ public final class DeviceProfilesSettings extends DialogFragment implements
|
|||||||
deviceName.setText(mCachedDevice.getName(), TextView.BufferType.EDITABLE);
|
deviceName.setText(mCachedDevice.getName(), TextView.BufferType.EDITABLE);
|
||||||
return new AlertDialog.Builder(getContext())
|
return new AlertDialog.Builder(getContext())
|
||||||
.setView(mRootView)
|
.setView(mRootView)
|
||||||
.setNegativeButton(R.string.forget, this)
|
.setNeutralButton(R.string.forget, this)
|
||||||
.setPositiveButton(R.string.okay, this)
|
.setPositiveButton(R.string.okay, this)
|
||||||
.setTitle(R.string.bluetooth_preference_paired_devices)
|
.setTitle(R.string.bluetooth_preference_paired_devices)
|
||||||
.create();
|
.create();
|
||||||
|
Reference in New Issue
Block a user