new icon for portals-list
This commit is contained in:
parent
ca9d631ffe
commit
b4fe2a4c0b
BIN
mobile/res/drawable-hdpi/ic_action_paste.png
Normal file
BIN
mobile/res/drawable-hdpi/ic_action_paste.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 462 B |
BIN
mobile/res/drawable-mdpi/ic_action_paste.png
Normal file
BIN
mobile/res/drawable-mdpi/ic_action_paste.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 331 B |
BIN
mobile/res/drawable-xhdpi/ic_action_paste.png
Normal file
BIN
mobile/res/drawable-xhdpi/ic_action_paste.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 499 B |
BIN
mobile/res/drawable-xxhdpi/ic_action_paste.png
Normal file
BIN
mobile/res/drawable-xxhdpi/ic_action_paste.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 685 B |
@ -237,7 +237,7 @@ window.plugin.portalslist.onPaneChanged = function(pane) {
|
|||||||
|
|
||||||
var setup = function() {
|
var setup = function() {
|
||||||
if(typeof android !== 'undefined' && android && android.addPane) {
|
if(typeof android !== 'undefined' && android && android.addPane) {
|
||||||
android.addPane("plugin-portalslist", "Portals list", "ic_action_view_as_list");
|
android.addPane("plugin-portalslist", "Portals list", "ic_action_paste");
|
||||||
addHook("paneChanged", window.plugin.portalslist.onPaneChanged);
|
addHook("paneChanged", window.plugin.portalslist.onPaneChanged);
|
||||||
} else {
|
} else {
|
||||||
$('#toolbox').append(' <a onclick="window.plugin.portalslist.displayPL()" title="Display a list of portals in the current view">Portals list</a>');
|
$('#toolbox').append(' <a onclick="window.plugin.portalslist.displayPL()" title="Display a list of portals in the current view">Portals list</a>');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user