0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

【Kotlin】BottomNavBarがせりあがってくる時の対処法【Android】

Posted at

#ことの発端
卒業研究用に作成していたアプリでとある問題が発生。
別Fragmentから移行してきた後に、ソフトキーボードで入力を行うと、
何故だか知らないが、ソフトキーボードと一緒にBottomNavBarがせりあがってきてしまう・・・😭

スクリーンショット 2022-01-08 18.54.44.png

#解決方法
調べ方が悪いのでしょうけど、自力じゃ解決できなかったのでTwitterで現役エンジニア様に相談したところ、
ものの数分で解決・・・ しゅごい🥺

Androidmanifestの該当Activityに、

android:windowSoftInputMode = "abjectNothing"

これだけ。

浮き上がらなくなったね!! やったぁ!!!
スクリーンショット 2022-01-08 19.03.22.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?