harukawa / DriveText

0 stars 2 forks source link

Fix for long text actionbar handling (fixes #5). #11

Closed karino2 closed 4 years ago

karino2 commented 4 years ago

EditText scroll feature is buggy and it's better use ScrollView instead. When EditText is long and scrollbar appear, select whole text area cause action bar to hide. It prevent select copy and other menu from action bar.

This commit enclose EditText with ScrollView. From constraintsLayout point of view, ScrollView behave the same as previous EditText.