March, 2015
now browsing by month
either this was just recently done or i missed it but awhile back i mentioned how desktop wallpapers were messed up
is scrolling through a scrollable widget a bit laggy and unresponsive, i have scrollable widgets inside a panel and…
is scrolling through a scrollable widget a bit laggy and unresponsive, i have scrollable widgets inside a panel and on the desktop and scrolling through both them feels laggy and unreponsive. Just want to ask if i’m missing something in the setting to solve this? thanks
made a ‘Custom view’ as a calendar…. Cool :)
made a ‘Custom view’ as a calendar…. Cool 🙂
LL.bindClass(“android.widget.FrameLayout”);
LL.bindClass(“android.view.Gravity”);
LL.bindClass(“android.widget.CalendarView”);
var context = LL.getContext();
var calendarView = new CalendarView(context);
var lp = new FrameLayout.LayoutParams(FrameLayout.LayoutParams.MATCH_PARENT, FrameLayout.LayoutParams.MATCH_PARENT);
lp.gravity = Gravity.TOP;
calendarView.setLayoutParams(lp);
item.setVerticalGrab(true);
return calendarView;
]]>Pierre Hébert​​ thank you sir for the update wallpaper tap works perfectly now.
Pierre Hébert​​ thank you sir for the update wallpaper tap works perfectly now. 
After update, my wallpaper of desktop has shrink to half of her size.
It is bug, or something in options?
]]>