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 has been archived by the owner on Feb 8, 2022. It is now read-only.
Surround your EditText and all the space arround it until a ExpansionLayout or the top of the screen with a ExpansionLayout expanded as default and without any linked Header:
//Whatever is before your first EditText
<com.github.florent37.expansionpanel.ExpansionLayout
app:expansion_expanded="true">
//A layout containing your EditText and all non-ExpansionLayout-wrapped content until the next ExpansionHeader
</com.github.florent37.expansionpanel.ExpansionLayout>
//Actual necessary ExpansionHeader & Layout
...
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The focused Edittext (also AutocompleteText etc) remains on the top of the screen and doesn't let the user scroll.
The text was updated successfully, but these errors were encountered: