天天看點

android隐藏edittext的光标

在edittext之前加這個

<LinearLayout android:focusable="true"
      android:focusableInTouchMode="true" android:layout_width="0px"
      android:layout_height="0px" />