Move Bluetooth device "Forget" button to the left am: aece754d77 am: 75e4d44f0d

am: ecee9e662d

Change-Id: Ibfc862406b4e67426a8686a7090d1ef1a93e7bb3
This commit is contained in:
Andre Eisenbach
2016-09-26 22:05:52 +00:00
committed by android-build-merger

View File

@@ -102,7 +102,7 @@ public final class DeviceProfilesSettings extends InstrumentedDialogFragment imp
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();