问题的描述在底下,输入框位于屏幕的最底部,第一张图没有体现出来,输入框位于最底部哈
下边看两张图:下边的截图是从印客直播截取的
第一张图没有软键盘时
第二张图软键盘弹出时
以上截图就是我要的效果,但是我不知如何去实现这个不挤压底层视频View的效果
通过尝试设置:android:windowSoftInputMode
这个属性adjustUnspecified、adjustResize、adjustPan都会挤压底层的视频SurfaceView
设置adjustNothing可以做到不挤压,但输入框不能上移。
Just use the View above to wrap the player, this is one method
1, set to adjustPan.
2. Get the screen resolution and set the surfaceview width and height in the code.
The input box can be written in a popupwindow or dialog so that it will not be squeezed when it pops up, or use a RelativeLayout layout to write the input box on the outermost layer.
Try adjustingPan+ScrollView with one layer