Reputation: 6591
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
Reputation: 3466
Add these property in the listview.
android:stackFromBottom="false"
android:transcriptMode="alwaysScroll"
Upvotes: 4