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:
PauloftheWest
2014-06-18 12:00:31 -07:00
parent 2957243d83
commit da43135d7e
8 changed files with 3 additions and 11 deletions

View File

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