requestFocus not working

前端 未结 5 1642
悲哀的现实
悲哀的现实 2021-01-02 06:41


        
5条回答
  •  独厮守ぢ
    2021-01-02 07:34

    None of the above worked for me... this is what I used

    txtView.getParent().requestChildFocus(txtView,txtView);
    

提交回复
热议问题