You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 8, 2018. It is now read-only.
I hava a PullToRefreshListview and a EditText,PullToRefreshListview in the middle, EditText at the bottom,When the soft keyboard pops up, shake occur list。I looked at the code,Because I set android: windowSoftInputMode = "adjustResize",so OnSizeChanged method of PullToRefreshListview calls, re-modify the layout.I do not know how to solve this