* commit '300c4f61d823936e4a34fcece25c14c73877c994': Make the BT class icon visible.
This commit is contained in:
@@ -120,7 +120,7 @@ public final class BluetoothDevicePreference extends Preference implements
|
||||
ImageView btClass = (ImageView) view.findViewById(android.R.id.icon);
|
||||
btClass.setImageResource(getBtClassDrawable());
|
||||
btClass.setAlpha(isEnabled() ? 255 : sDimAlpha);
|
||||
|
||||
btClass.setVisibility(View.VISIBLE);
|
||||
mDeviceSettings = (ImageView) view.findViewById(R.id.deviceDetails);
|
||||
if (mOnSettingsClickListener != null) {
|
||||
mDeviceSettings.setOnClickListener(this);
|
||||
|
Reference in New Issue
Block a user