Scrollable TextView in Android Widget -


i create android widget scrollable textview.

the solutions given question making textview scrollable on android cannot applied because widget:

1. this

 findviewbyid(r.id.textview).setmovementmethod(new movementmethod()); 

does not work, since findviewbyid not available in appwidgetprovider in activity.

2.putting scrollview around textview not work, because inflateexception:

 android.view.inflateexception: binary xml file line #23: error inflating class scrollview 

can give me hint, how make textview in widget scrollable?

it looks not possible.

more on can found here: http://code.google.com/p/android/issues/detail?id=9580

and here: how make scrollable app widget?

so, possible make appwidgets scrollable in htc sense environment not normal android environments.

a way around add buttons go , down in list.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -