在android工作室行动酒吧的导航抽屉在膝部我的文本内容

时间:2015-12-18 05:17:18

标签: android android-fragments

我是非常新的android工作室,首先抱歉我的英文不好,我使用新版本的android studio 1.4版本,使用默认导航抽屉它工作正常但动作栏重叠我的列表内容任何身体帮我如何解决此

app_bar_main

android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true"
tools:context=".MainActivity">

<android.support.design.widget.AppBarLayout
    android:layout_height="wrap_content"
    android:layout_width="match_parent"
    android:theme="@style/AppTheme.AppBarOverlay">

    <android.support.v7.widget.Toolbar
        android:id="@+id/toolbar"
        android:layout_width="match_parent"
        android:layout_height="?attr/actionBarSize"
        android:background="?attr/colorPrimary"
        app:popupTheme="@style/AppTheme.PopupOverlay" />

这里我画了一行识别,当我的活动开始时它将显示如下,操作栏在我的列表中没有滚动我的片段

1 个答案:

答案 0 :(得分:2)

将{{1}}添加到您的布局中。