How can i change statusbar and navigationbar color in the App Drawer?
How can i change statusbar and navigationbar color in the App Drawer?
I searched on script api, but i don’t find nothing about it
]]>
< ![CDATA[
App drawer settings > System bars?
For a scripting way look here http://www.pierrox.net/android/applications/lightning_launcher/script/reference/net/pierrox/lightning_launcher/script/api/PropertySet.html statusBarColor and navigationBarColor
]]>
< ![CDATA[
Benoît de Chezelles Sorry, you’re right. I forgot to say “only in script context”.
Anyway i already used statusBarColor and navigationBarColor properties, but at least they are not applied at the right container, they change only desktop bars color…
The problem is this: how can i take in input the app drawer container?
]]>
< ![CDATA[
LL.getContainerById(99)
]]>