我的活动中有一个EditText。仅在选择另一个OnFocusChangeListener(或输入)时调用EditText

如何确定EditText之外的点击(就像jQuerys blur一样)?

最佳答案

尝试听一下根布局单击...如果您的EditText位于LinearLayout中,请给LinearLayout一些id并听LinearLayout OnClickListener

关于android - OnFocusChangeListener监听后台点击,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/27332063/

10-13 05:06