Can two views both have focus in Android

前端 未结 2 1316
灰色年华
灰色年华 2021-01-20 17:43

I have a EditText, and a popupWindown(which has a ListView in it), now i touch the EditText, the popupWindow shows.

i need the situation: i can input something in

2条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-20 18:14

    No, two (or more) views cannot have focus at the same time, not possible.

    Here is how to change focus from one textView to another textView. Which you could change in your case.

提交回复
热议问题