1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-11-04 01:09:47 +01:00

Add icon for Vibratissimo

This commit is contained in:
Andreas Shimokawa 2016-09-21 19:16:07 +02:00
parent e1992f43e5
commit c8fb7c5d10
9 changed files with 7 additions and 0 deletions

View File

@ -127,6 +127,13 @@ public class GBDeviceAdapter extends ArrayAdapter<GBDevice> {
deviceImageView.setImageResource(R.drawable.ic_device_miband_disabled); deviceImageView.setImageResource(R.drawable.ic_device_miband_disabled);
} }
break; break;
case VIBRATISSIMO:
if (device.isConnected()) {
deviceImageView.setImageResource(R.drawable.ic_device_lovetoy);
} else {
deviceImageView.setImageResource(R.drawable.ic_device_lovetoy_disabled);
}
break;
default: default:
if (device.isConnected()) { if (device.isConnected()) {
deviceImageView.setImageResource(R.drawable.ic_launcher); deviceImageView.setImageResource(R.drawable.ic_launcher);

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 829 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB