找到需要取消自动获取焦点的edittext的一个父控件,在其XML里加上

android:focusable="true"
android:focusableInTouchMode="true"

 

这样就可以把焦点截取.

相关文章:

  • 2022-12-23
  • 2021-12-08
  • 2022-12-23
  • 2021-07-12
  • 2022-12-23
  • 2021-12-19
  • 2021-06-02
  • 2021-08-23
猜你喜欢
  • 2021-07-20
  • 2021-11-24
  • 2021-08-27
  • 2022-02-23
  • 2021-07-16
相关资源
相似解决方案