Bytecode
Bytecode

Reputation: 6591

Android listview and VirtulaKeyboard

i have listview and editText ,i need to scroll the last item of the listview to top of the soft keyboard ,how can i done this.

Upvotes: 2

Views: 120

Answers (1)

iamtheexp01
iamtheexp01

Reputation: 3466

Add these property in the listview.

android:stackFromBottom="false"
android:transcriptMode="alwaysScroll"

Upvotes: 4

Related Questions