Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经简化了问题以便轻松解释:我的测试的初始布局是:
当我执行它时(在活动中只有一个 setContentView 调用),当我打开软键盘进行输入时,它会显示以下布局:
但是当我隐藏键盘时,它的行为有点问题将这个图像留在屏幕中(在surfaceview所在的插槽中的黑色矩形):
在模拟器中尝试了相同的结果。
我怎么解决这个问题?谢谢
找到了解决方案。这是一个可以解决的错误
theSurfaceView.setBackgroundColor(Color.Transparent);或android:background="#00000000"在 XML
theSurfaceView.setBackgroundColor(Color.Transparent);
android:background="#00000000"