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 🙂

]]>

2 Commentsto Hi, 2 things I can’t get to work:

  1. Anonymous says:

    < ![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)

    ]]>

  2. Anonymous says:

    < ![CDATA[

    Lukas Morawietz Ahaa thx!

    ]]>

Leave a Reply

Your email address will not be published. Required fields are marked *