* commit 'd33cc31a61157dabcedc3aae6180d8f534117d3b': Add icons for Bluetooth HID and PAN profiles.
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