Add icons for Bluetooth HID and PAN profiles.
Add icon resources for Bluetooth keyboard/mouse (HID profile) and reverse tethering (PAN profile). Bug: 3137982 Change-Id: Id6c4a9f2b4bee2fdf43626592e32070b49e49d73
This commit is contained in:
BIN
res/drawable-hdpi/ic_bt_keyboard_hid.png
Executable file
BIN
res/drawable-hdpi/ic_bt_keyboard_hid.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
BIN
res/drawable-hdpi/ic_bt_network_pan.png
Executable file
BIN
res/drawable-hdpi/ic_bt_network_pan.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 3.3 KiB |
BIN
res/drawable-mdpi/ic_bt_keyboard_hid.png
Executable file
BIN
res/drawable-mdpi/ic_bt_keyboard_hid.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 954 B |
BIN
res/drawable-mdpi/ic_bt_network_pan.png
Executable file
BIN
res/drawable-mdpi/ic_bt_network_pan.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
@@ -630,8 +630,7 @@ abstract class LocalBluetoothProfileManager {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int getDrawableResource() {
|
public int getDrawableResource() {
|
||||||
// TODO:
|
return R.drawable.ic_bt_headphones_a2dp;
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -718,8 +717,7 @@ abstract class LocalBluetoothProfileManager {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int getDrawableResource() {
|
public int getDrawableResource() {
|
||||||
// TODO:
|
return R.drawable.ic_bt_keyboard_hid;
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -807,8 +805,7 @@ abstract class LocalBluetoothProfileManager {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int getDrawableResource() {
|
public int getDrawableResource() {
|
||||||
// TODO: return PAN icon resource ID
|
return R.drawable.ic_bt_network_pan;
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user