Я использую этот простой проект FloatingView, но когда я добавляю в него простой EditText, я не могу нажать на него, чтобы написать в него, я попытался:
- adding `focusable=true`, `clickable=true` to the EditText
- adding `focusableintouchmode=true`
- forcibly opening the keyboard, which opened the keyboard but didn't write anything to the EditText, even after adding `editText.requestFocus();`