March, 2015
now browsing by month
Can the animation speed of folder animations be changed?
New bug, still in app drawer in edit mode:
New bug, still in app drawer in edit mode:
I have the option “Swap items” ON
When we drag an item A on a folder, and there is an item (B) behind, the item B swap, but as soon as I put the item A in the folder, the item B doesn’t come back to where it was before the swap…
Again, a video to show the bug!
]]>In app drawer, when we are in edit mode, dragging an item in a folder make them zomming….
In app drawer, when we are in edit mode, dragging an item in a folder make them zomming….
Not easy to explain, here is a video!
]]>Hi there!
Hi there!
I’m trying to use nine patch for the first time, but I don’t understand why in the app drawer, some of the icons don’t apply the nine patch (normal background)
Is there something I missed?
Thanks
]]>Has anybody got an issue with widgets not updating?
I trying to update icons for shortcuts via a script.
var APLight = LL.getCurrentDesktop().getItemByName(‘AppsPanelTheLight’);
var all = APLight.getContainer().getItems();
for(var i=all.getLength()-1;i>=0;–i)
{
var item = all().getAt(i);
var icon = LL.createImage(“/sdcard/Stuff/Icons/test22/” + item.getName() + “.png”);
item.setImage(icon);
}
]]>