Merge "Move Bluetooth device "Forget" button to the left" into nyc-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
7a2af50ae3
@@ -103,7 +103,7 @@ public final class DeviceProfilesSettings extends DialogFragment implements
|
||||
deviceName.setText(mCachedDevice.getName(), TextView.BufferType.EDITABLE);
|
||||
return new AlertDialog.Builder(getContext())
|
||||
.setView(mRootView)
|
||||
.setNegativeButton(R.string.forget, this)
|
||||
.setNeutralButton(R.string.forget, this)
|
||||
.setPositiveButton(R.string.okay, this)
|
||||
.setTitle(R.string.bluetooth_preference_paired_devices)
|
||||
.create();
|
||||
|
Reference in New Issue
Block a user