April, 2015

now browsing by month

 

Sometimes when using fit to items with stay to page boundaries disabled the items will be off screen.

Sometimes when using fit to items with stay to page boundaries disabled the items will be off screen. This usually happens when screen rotation occurs and apps are closed to return to the desktop. This requires quite a bit of scrolling upwards to bring them into view.

]]>

In app drawer/edit mode

In app drawer/edit mode

In edit bar is icon for Snap. But this working only witch items detach from grid… In app drawer doesn’t exist any items with function detach from grid. Snap button not need visible…

Pierre Hébert​

]]>

KLLean > WIP

Originally shared by gerd reuter (werksmannschaft)

KLLean > WIP

KLWP and Lightning Launcher

https://www.youtube.com/watch?v=3k6tG63W2Do

]]>

The background is there on some shorcits after playing with Settings.

The background is there on some shorcits after playing with Settings.

]]>

How do I edit default item values?

How do I edit default item values?

Used to be, there was an item under desktop settings that would let me set default values like padding, whether labels and icons were shown, etc.

Now I can’t find it.

I’ve spent half an hour looking, but I can’t find it.

I’m sure it’s somewhere obvious, but I’d appreciate it if someone could point it out to me.

]]>

Looking for a few pointers to tutorials on the new editing UI.

Looking for a few pointers to tutorials on the new editing UI.

Tried to search the group, but couldn’t find anything obvious.

]]>

Roll-Clock

Roll-Clock

Just added to the Repositry and ready to import.

]]>

Two quick suggestions:

Two quick suggestions:

Save the zoom from the script editor in the backups

If you browse a broken icon pack, place a button ‘all images mode’ that will automatically change the picker to ‘application’ and the icon pack package (maybe also even if the icon pack is not broken? )

]]>

I am using zooper and tasker to display unread count on icons.

I am using zooper and tasker to display unread count on icons. Any way to give a tap effect to the widget icons. Like in case of pressing a normal icon the background turns gray when you tap it( not long press). Can I replicate it for the zooper widget icons?

]]>

LL.bindClass(“android.widget.Button”);

LL.bindClass(“android.widget.Button”);

LL.bindClass(“android.view.View”);

var mctx = LL.getContext();

var mButton = new Button(mctx);

mButton.setOnClickListener(new View.OnClickListener(){

onClick:function(View mButton){

Android.makeNewToast(“Hello World”, false).show();

}

});

return mButton;

Error: At Line 10 ) missing after formal parameters (onClickButton#10)

Im playing with custom views and failing 🙁 can any one tell me what I did wrong I think its my OnClick function but I don’t really know how to translate java to js and the android dev docs are kinda hard to read for me so theres probably something else wrong lol cheers.

]]>