Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Scrollbar not scrolling when panel expanded and edittext focused #46

Open
Clopma opened this issue Feb 6, 2019 · 1 comment
Open

Scrollbar not scrolling when panel expanded and edittext focused #46

Clopma opened this issue Feb 6, 2019 · 1 comment

Comments

@Clopma
Copy link

Clopma commented Feb 6, 2019

The focused Edittext (also AutocompleteText etc) remains on the top of the screen and doesn't let the user scroll.

@Clopma
Copy link
Author

Clopma commented Feb 6, 2019

Quick workaround;

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant