Hi, 2 things I can’t get to work:
Hi, 2 things I can’t get to work:
1: enabling scrollbar on a custom textview. setVerticalScrollBarEnabled(true) just runs normally and isVerticalScrollBarEnabled() returns true, but I still don’t see a scrollbar
2: importing android.view. LL.bindclass(“android.view”) returns false and i need this because i want to enable fling to my textview.
Any help is very much appreciated 🙂
]]>« If user have set expert mode to yes, they have for colors and background option: normal, selected, focused. (Previous Post)
(Next Post) Small bug: »
< ![CDATA[
1. Put the textview into a scrollview.
2. LL.bindclass(“android.view.View”) android.view is just the package and you can’t import whole packages (currently)
]]>
< ![CDATA[
Lukas Morawietz Ahaa thx!
]]>