在EditText的父级控件中找一个,设置成

<LinearLayout
			android:layout_width="0dp"
			android:layout_height="0dp"
			android:focusable="false"
			android:focusableInTouchMode="false"
/>

  

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-02-20
  • 2022-12-23
  • 2021-07-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-01
  • 2022-12-23
  • 2022-12-23
  • 2021-08-22
  • 2022-12-23
  • 2021-04-12
相关资源
相似解决方案