Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 46f6e69e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove FrameLayout around toolbar" into oc-dev

parents 5b52cf62 cca938e9
Loading
Loading
Loading
Loading
+4 −8
Original line number Diff line number Diff line
@@ -25,17 +25,13 @@
        android:layout_height="match_parent"
        android:orientation="vertical"
        android:fitsSystemWindows="true">
        <FrameLayout
            style="?android:attr/actionBarStyle"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:theme="?android:attr/actionBarTheme">
        <Toolbar
            android:id="@+id/action_bar"
            style="?android:attr/actionBarStyle"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:theme="?android:attr/actionBarTheme"
            android:navigationContentDescription="@*android:string/action_bar_up_description"/>
        </FrameLayout>
        <FrameLayout
            android:id="@+id/content_header_container"
            style="?android:attr/actionBarStyle"