Added new icon for iBeacons

This commit is contained in:
Alexandros Schillings
2014-03-12 00:23:56 +00:00
parent b3399fa539
commit e21d05a9e0
3 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

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