Tắt bàn phím mềm trên NumberPicker
Tôi đang cố gắng hủy kích hoạt bàn phím mềm khi sử dụng NumberPicker để nhập các giá trị số (vì lý do thẩm mỹ). Đây là layout-xml-code của tôi: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" > <LinearLayout android:id="@+id/linearLayout2" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center_horizontal" android:layout_marginBottom="30dp" android:layout_marginTop="30dp" > <NumberPicker android:id="@+id/repetitionPicker" android:layout_width="40dp" …