Monday, 15 February 2010

android - Unable to see EditText in Custom ListView due to keyboard -



android - Unable to see EditText in Custom ListView due to keyboard -

i have listview edittexts added dynamically. used baseadapter populate listview. keyboard blocking view of few edittexts @ bottom. how prevent ?

i tried adding manifest, doesn't work.

android:windowsoftinputmode="adjustresize"

use in activity tag in manifest file

android:windowsoftinputmode="adjustpan"

as in :

<activity android:name="com.exmple.activity" android:label="@string/app_name" android:screenorientation="portrait" android:windowsoftinputmode="adjustpan" >

android listview keyboard

No comments:

Post a Comment