Вопрос

I have an EditText and an ImageButton beside it. When I click the EditText the soft keyboard shows up. Fine. When I click the ImageButton a custom dialog shows up and the soft keyboard gets automatically hidden. I want the keyboard to stay open though. How can I achieve this?

Это было полезно?

Решение

Found the solution. I used the common Dialog class to display my dialog. Using AlertDialog instead did the trick.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top