Android中隐藏光标

<LinearLayout         android:layout_width="0dp"         android:layout_height="0dp"         android:focusableInTouchMode="true">         <requestFocus/>     </LinearLayout>
相关文章
相关标签/搜索