bug #15543626 Bluetooth Settings headers need to support Quantum styling
+ Changed cog to teal + Eliminated double vertical bar + Removed dimming the cog Change-Id: I6311408658328b5cc9c7e2846a8ba74a32d1af6e
This commit is contained in:
@@ -133,10 +133,10 @@ public final class BluetoothDevicePreference extends Preference implements
|
||||
|
||||
if (mCachedDevice.getBondState() == BluetoothDevice.BOND_BONDED) {
|
||||
ImageView deviceDetails = (ImageView) view.findViewById(R.id.deviceDetails);
|
||||
|
||||
if (deviceDetails != null) {
|
||||
deviceDetails.setOnClickListener(this);
|
||||
deviceDetails.setTag(mCachedDevice);
|
||||
deviceDetails.setAlpha(isEnabled() ? 255 : sDimAlpha);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user