Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
概要が「EditText」フィールドである設定で customPreference を作成しました。クリックすると、ビューがキーボードに対して上にスクロールし、editText がフォーカスされません。editTextにフォーカスする方法は?
マニフェスト ファイルに以下の行を追加します
android:windowSoftInputMode="adjustPan"
edittext プロパティも追加します。
android:focusable="true" android:focusableInTouchMode ="true"
と android:descendantFocusability="blocksDescendants"
android:descendantFocusability="blocksDescendants"
スクロールしている外側のレイアウトに。