不能理解它要求的样子是啥?有人知道吗?可以大概说一下或者放一个大概的图片吗?
参考以下
https://blog.csdn.net/weixin_34819401/article/details/113753571
直接在xml添加一个高宽都为0dp的view,设置上属性
android:focusable="true"
android:focusableInTouchMode="true"
或者在AndroidManifest.xml里对应的Activity添加
android:windowSoftInputMode="stateHidden"