I want to know if it would be possible to reorganize a folder when hiding an element using bindings visibility 0
I want to know if it would be possible to reorganize a folder when hiding an element using bindings visibility 0
Ex see my home
I want to sometimes display my banking folder sometimes not
And not having a hole in the general folder
Is it a feature or already possible with scripting ?
]]>« Newbie here. (Previous Post)
(Next Post) Hello guys , After cleraing Dav , Cache and Rebbot with TWRP my device cant start lightning launcher.At first I… »
< ![CDATA[
Currently when hiding it’s like that
https://lh3.googleusercontent.com/1wPuqJx605EQRGBKIwRMUdNt1BMnT3orwnfH0lgkZ1zjNTl3yS7YK_0ShNs3WSg07QH_kTYzh64
]]>
< ![CDATA[
With script it is possible, no doubt.
But also with bindings.
You need to change the position of the X icon so it is the one above the banking folder when it is visible, and the same position as the folder when it is invisible.
I think the folder will be stretched automatically…if not say so.
]]>
< ![CDATA[
TrianguloY yes but how if I set 3 or even 4 icon as non visible ?
Or I have to leave the first as mandatory.
I’ll try
]]>
< ![CDATA[
I guess you could use bindings with mathematics. Naming visible_var1, visible_var2 etc. for 1st icon visibility boolean , 2nd icon visibility boolean etc. you could use something like :
1st icon position : top
2nd icon position : top – icon_height * (visible_var1)
3rd icon position : top – icon_height * (visible_var1 + visible_var2)
4th icon position : top – icon_height * (visible_var1 + visible_var2 + visible_var3)
and so on …
Drawback is that you need to edit bindings each time you add or remove an icon.
Enjoy !
]]>