我一直试图解决它几天,并一直在寻找答案。 有人知道为什么会这样吗?
关闭键盘 vs 打开键盘:
我的MainActivity.xml(片段事务的根目录)
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/transparent"
android:orientation="vertical" >
<FrameLayout
android:id="@+id/root"
android:layout_width="match_parent"
android:layout_height="fill_parent" />
</LinearLayout>
我有另一个Fragment
ScrollView
且没有任何类型的输入,所以我不使用那里的键盘,它工作正常。请帮帮我。