Added new icon for iBeacons
This commit is contained in:
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
BIN
sample_app/res/drawable-xhdpi/ic_device_ibeacon.png
Normal file
BIN
sample_app/res/drawable-xhdpi/ic_device_ibeacon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
@@ -82,7 +82,7 @@ import android.widget.TextView;
|
||||
}
|
||||
|
||||
if (IBeaconUtils.isThisAnIBeacon(device)){
|
||||
viewHolder.deviceIcon.setImageResource(R.drawable.ic_bluetooth_ibeacon);
|
||||
viewHolder.deviceIcon.setImageResource(R.drawable.ic_device_ibeacon);
|
||||
} else {
|
||||
viewHolder.deviceIcon.setImageResource(R.drawable.ic_bluetooth);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user