commit | fe03fa546a53cd62cd8c0afc3853a8b0bc9c4a3d | [log] [tgz] |
---|---|---|
author | tmfang <tmfang@google.com> | Thu Nov 29 12:50:31 2018 +0800 |
committer | tmfang <tmfang@google.com> | Thu Nov 29 15:21:27 2018 +0800 |
tree | 4d3af7a701668773665dd90234a471e8aae867ef | |
parent | d4fc724f95aec9dbdb4b60d9e156c4021e202cb6 [diff] |
Connect button should have correct icon Test: visual Change-Id: I3688a309a538112c60f5d6084c774c08a2ac05d5 Fixes: 119758987
diff --git a/src/com/android/settings/bluetooth/BluetoothDetailsButtonsController.java b/src/com/android/settings/bluetooth/BluetoothDetailsButtonsController.java index 563a06a..4bb2103 100644 --- a/src/com/android/settings/bluetooth/BluetoothDetailsButtonsController.java +++ b/src/com/android/settings/bluetooth/BluetoothDetailsButtonsController.java
@@ -76,7 +76,7 @@ if (!mConnectButtonInitialized || previouslyConnected) { mActionButtons .setButton2Text(R.string.bluetooth_device_context_connect) - // TODO (b/119646923) Icon is not ready. + .setButton2Icon(R.drawable.ic_add_24dp) .setButton2OnClickListener( view -> mCachedDevice.connect(true /* connectAllProfiles */)); mConnectButtonInitialized = true;