Câu hỏi được gắn thẻ «android-softkeyboard»

Phương thức nhập trên màn hình mặc định do hệ điều hành Android cung cấp.



21
Mở bàn phím mềm theo lập trình
Tôi có một hoạt động không có tiện ích con nào cho nó và tệp xml tương ứng là, <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/myLayout" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" android:focusable="true" > </LinearLayout> và tôi muốn mở bàn phím mềm theo lập trình trong khi hoạt động bắt đầu. và những gì …

9
Làm cách nào để loại bỏ tiêu điểm tự động / cửa sổ bật lên bàn phím của một trường khi màn hình hiển thị?
Tôi có một màn hình trong đó trường đầu tiên là một EditText và nó lấy được tiêu điểm khi khởi động, cũng bật lên kiểu nhập số, điều này rất khó chịu Làm cách nào tôi có thể đảm bảo rằng khi hoạt động được bắt đầu, tiêu điểm …



14
Làm thế nào để ẩn bàn phím mềm từ bên trong một mảnh?
Tôi có một FragmentActivitysử dụng một ViewPagerđể phân phát một số mảnh. Mỗi là một ListFragmentvới bố cục sau: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent"> <LinearLayout android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent" android:padding="8dp"> <ListView android:id="@id/android:list" android:layout_width="fill_parent" android:layout_height="fill_parent" /> <EditText android:id="@+id/entertext" android:layout_width="fill_parent" android:layout_height="wrap_content" /> </LinearLayout> </LinearLayout> Khi bắt đầu hoạt động, bàn phím …



Khi sử dụng trang web của chúng tôi, bạn xác nhận rằng bạn đã đọc và hiểu Chính sách cookieChính sách bảo mật của chúng tôi.
Licensed under cc by-sa 3.0 with attribution required.