make my form in Android goes up when keyboard appear

后端 未结 1 1666
一个人的身影
一个人的身影 2021-01-21 11:30

I\'m having a problem with my login form, it consists of username, password, and submit button. But when I touch my username EditText, the keyboard shows and it covers up my pas

相关标签:
1条回答
  • 2021-01-21 12:04

    Try setting android:layout_weight="1" for the all the texts and buttons used..It may work.

    0 讨论(0)
提交回复
热议问题