Move Bluetooth device "Forget" button to the left

am: aece754d77

Change-Id: I5732a476c5f6fb6753fc3d8a59b5ce9c293692b1
This commit is contained in:
Andre Eisenbach
2016-09-26 21:52:13 +00:00
committed by android-build-merger

View File

@@ -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();