-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
你好。当 toolbar 包裹在 AppBarLayout 中时,如你所说的那样设置,toolbar 仍然还是在上面。不知道是不是哪里没有设置什么?
<android.support.design.widget.AppBarLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
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"
android:minHeight="?actionBarSize"
app:margin_status="true" />
<android.support.design.widget.TabLayout
android:id="@+id/tab_layout"
app:tabIndicatorColor="#FFFFFF"
android:layout_width="match_parent"
android:layout_height="wrap_content">
</android.support.design.widget.TabLayout>
</android.support.design.widget.AppBarLayout>
Metadata
Metadata
Assignees
Labels
No labels