Add fp icon with background shape
Fixes: 126425211 Test: RunSettingsRoboTests Change-Id: I779f76f597b80d73b6dd6eb9e43a96abc9fee0bb
This commit is contained in:
@@ -164,6 +164,8 @@ public final class BluetoothDevicePreference extends GearPreference implements
|
||||
final ImageView imageView = (ImageView) view.findViewById(android.R.id.icon);
|
||||
if (imageView != null) {
|
||||
imageView.setContentDescription(contentDescription);
|
||||
imageView.setElevation(
|
||||
getContext().getResources().getDimension(R.dimen.bt_icon_elevation));
|
||||
}
|
||||
super.onBindViewHolder(view);
|
||||
}
|
||||
|
Reference in New Issue
Block a user