質問

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