Android - Remove Focus - Loại bỏ việc Edittext tự động hiện bàn phím
Thêm 2 thuộc tính vào viewgroup - layout chứa edittext:
android:descendantFocusability="beforeDescendants"
android:focusableInTouchMode="true"
android:descendantFocusability="beforeDescendants"
android:focusableInTouchMode="true"
Nhận xét
Đăng nhận xét