summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/bluetooth/BluetoothDetailsButtonsController.java
diff options
context:
space:
mode:
authortmfang <tmfang@google.com>2018-11-29 12:50:31 +0800
committertmfang <tmfang@google.com>2018-11-29 15:21:27 +0800
commitfe03fa546a53cd62cd8c0afc3853a8b0bc9c4a3d (patch)
tree4d3af7a701668773665dd90234a471e8aae867ef /src/com/android/settings/bluetooth/BluetoothDetailsButtonsController.java
parentd4fc724f95aec9dbdb4b60d9e156c4021e202cb6 (diff)
downloadpackages_apps_Settings-fe03fa546a53cd62cd8c0afc3853a8b0bc9c4a3d.tar.gz
packages_apps_Settings-fe03fa546a53cd62cd8c0afc3853a8b0bc9c4a3d.tar.bz2
packages_apps_Settings-fe03fa546a53cd62cd8c0afc3853a8b0bc9c4a3d.zip
Connect button should have correct icon
Test: visual Change-Id: I3688a309a538112c60f5d6084c774c08a2ac05d5 Fixes: 119758987
Diffstat (limited to 'src/com/android/settings/bluetooth/BluetoothDetailsButtonsController.java')
-rw-r--r--src/com/android/settings/bluetooth/BluetoothDetailsButtonsController.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/settings/bluetooth/BluetoothDetailsButtonsController.java b/src/com/android/settings/bluetooth/BluetoothDetailsButtonsController.java
index 563a06a01f..4bb210343b 100644
--- a/src/com/android/settings/bluetooth/BluetoothDetailsButtonsController.java
+++ b/src/com/android/settings/bluetooth/BluetoothDetailsButtonsController.java
@@ -76,7 +76,7 @@ public class BluetoothDetailsButtonsController extends BluetoothDetailsControlle
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;