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.
ボタンへのスクロールを削除したいのですが、キーパッドがフォーカスされている場合、ボタンは>レイアウトの下部にとどまる必要がありますが、キーパッドのスクロール上部です。解決策を教えてください
Window SoftInput Mode プロパティをadjustPanに設定し、adjustResizeをアクティビティに設定します:
<activity android:windowSoftInputMode="adjustPan|adjustResize"> </activity>