I would like to create an android widget with a scrollable textview.
The solutions given to this question Making TextView scrollable on Android cannot be applied be
I solved this problem by putting the text view inside ListView with single node, which is supported in App widget.
http://developer.android.com/guide/topics/appwidgets/index.html#collections