Android How to adjust layout in Full Screen Mode when softkeyboard is visible

前端 未结 25 2147
后悔当初
后悔当初 2020-11-22 03:56

I have researched a lot to adjust the layout when softkeyboard is active and I have successfully implemented it but the problem comes when I use android:theme=\"@andro

25条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-22 04:52

    I have tried out all the possible answers from stackOverflow, finally i solved after a week Long search . I have used the coordinate layout and i changed this with linearLayout and my problem is fixed. I dont know possibly the coordinate layout has bugs or anything my mistake.

提交回复
热议问题