去在键盘的片段视图在开放的键盘

时间:2014-04-07 10:48:07

标签: android android-fragments android-actionbar scrollview

我一直试图解决它几天,并一直在寻找答案。 有人知道为什么会这样吗?

关闭键盘 vs 打开键盘

Closed Keyboard Openend Keyboard

我的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且没有任何类型的输入,所以我不使用那里的键盘,它工作正常。请帮帮我。

0 个答案:

没有答案