myinnos / AlphabetIndex-Fast-Scroll-RecyclerView

A Powerful AlphabetIndex FastScroller Library for Android's RecyclerView!
https://myinnos.github.io/AlphabetIndex-Fast-Scroll-RecyclerView/
Apache License 2.0
603 stars 114 forks source link

When the keyboard opens the alphabets of index are squeezed #40

Closed devrath closed 5 years ago

devrath commented 6 years ago

I have a edit text on top of this list. When the keyboard opens on clicking of edit text the alphabets of the index gets squeezed

pmmq commented 6 years ago

you can setting

android:windowSoftInputMode="adjustPan"

for activity to prevent view resize when keyboard showing