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 と 2 つのタブがある画面で、EditText 内をクリックすると、ソフト キーパッドが開くとタブが上に移動します。ソフトキーパッドを開いたときにタブが上に移動しないように、タブを画面の下部に固定する方法。前もって感謝します..!!
アプリケーションのマニフェスト ファイルで、現在のアクティビティ タグに配置
android:windowSoftInputMode="adjustPan"
このメッセージを入れるだけ
Activity menifeast ファイルに。