Title
Posted by: pierrot | on July 26, 2016
]]>
Posted in | 9 Comments »
Tags: Masaoka Taro
« Hi I’m new to LL. (Previous Post)
(Next Post) Thanks to https://plus.google.com/+LukasMorawietz , i can use music widget without the other apps. »
< ![CDATA[
Masaoka Taro I’ve see your awesome theme. How album art is full of screen on your music widget. I already know multi tool….
]]>
< ![CDATA[
Chris LEE Thanks!
Oh, that’s quite easy.
After we add the widget from MultiTool, the type of the item is a panel.
In the panel, we can see the albumart item which size is 500*500 in pixel(default).
I just changed the size 1920*1920 in pixel(the height of my phone)
Then, I expanded the size of the panel we added first into full of screen.
done!
(I’m sorry for my bad English…)
]]>
< ![CDATA[
Masaoka Taro also you click “the slide to open” then call specific desktop as you put in the widget?
]]>
< ![CDATA[
Not desktop.
i use a lot of panels.
all animations are controled by item bindings. then use
animate($’some_vars’)
fade animation is by “transparent”, animate(‘$some_ vars’)*255 in item bindings.
i also used the way in music widget, and switch “the slide to open”.
]]>
< ![CDATA[
Masaoka Taro some_vars is name of panel? right? when you click the slide to open, then operate “animate($’some_vars’)”
]]>
< ![CDATA[
Very nice
]]>
< ![CDATA[
Chris LEE well, $some_vars is a name of variable example. You can use a lot of names you like.
Actually, I use “pos_music” as name.
]]>
< ![CDATA[
Masaoka Taro Thanks for your good answer. finally, I really would like to use dynamic icon(as you made, slide to open door) – when user click the icon, something change(as you made)…so awesome. May I learn about this?
]]>
< ![CDATA[
Chris LEE
Yes, you can 😉
]]>