Positioning EditText Above Keyboard

后端 未结 4 1064
面向向阳花
面向向阳花 2021-01-01 11:36

I have got an EditText looking like this (with \"bottom gravity\"):

\"enter

4条回答
  •  失恋的感觉
    2021-01-01 12:00

    use

    android:windowSoftInputMode="stateVisible|adjustResize" 
    

    in your Manifest file. See developer site for your reference

提交回复
热议问题