Re: [android-developers] Re: Virtual Keyboard covers EditText

2011-01-06 Thread Nasir Ibrahim
Thanks Federico, I've tried using ListView within Scrollview but unfortunately ScrollView does not work with ListView! :( On Fri, Dec 31, 2010 at 7:50 PM, Federico Paolinelli wrote: > Having your view wrapped into a scroll view should make the trick. > > http://schemas.android.com/apk/res/andro

[android-developers] Re: Virtual Keyboard covers EditText

2010-12-31 Thread Federico Paolinelli
Having your view wrapped into a scroll view should make the trick. http://schemas.android.com/apk/res/android"; android:layout_width="fill_parent" android:layout_height="fill_parent" android:fillViewport="true"> To be honest, I never tried it with a listview, but it worked quite wel