Android:打开导航抽屉时下面的Hidiing活动

时间:2013-07-18 05:43:07

标签: android android-fragments android-fragmentactivity android-drawable

我创建了一个扩展FragmentActivity的活动。此主要活动创建Facebook登录片段。这是它的外观:

enter image description here

在此之后,我使用Google导航抽屉示例来显示导航抽屉。我能够做到这一点但是当我打开我的Naviagtion时,下面的活动没有被停用(或隐藏)。这是它的外观:

enter image description here

打开导航抽屉后,我应该手动隐藏活动上的所有内容吗?通过导航抽屉可以自动处理这个吗?

我的布局XML如下所示:

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    <android.support.v4.widget.DrawerLayout
    .
    .
    .

    </DrawerLayout>
    <fragment
        android:id="@+id/facebookLoginFragment"
        .
        .
    </fragmet>
</RelativeLayout>

我的主要活动扩展了FragmentActivity。

0 个答案:

没有答案