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

Commit 1dbb954c authored by Fan Zhang's avatar Fan Zhang Committed by android-build-merger
Browse files

Merge "Remove FrameLayout around toolbar" into oc-dev am: 46f6e69e

am: 215cc791

Change-Id: I1dc55a1529803cd2b4c930c79fd110051b5b3a8c
parents 7ccc2083 215cc791
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"