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

Commit f5c0256d authored by Danny Baumann's avatar Danny Baumann
Browse files

Fix AppBarLayout elevation handling.

Change-Id: I815448c0fc1ec0668c8bcbe1b46d4644ae076194
parent e977cace
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,8 +26,8 @@
    <android.support.design.widget.AppBarLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:outlineProvider="bounds"
        android:elevation="1dp">
        android:stateListAnimator="@null"
        android:elevation="2dp">

        <FrameLayout
            android:layout_width="match_parent"
+2 −2
Original line number Diff line number Diff line
@@ -27,8 +27,8 @@
    <android.support.design.widget.AppBarLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:outlineProvider="bounds"
        android:elevation="1dp">
        android:stateListAnimator="@null"
        android:elevation="2dp">

        <LinearLayout
            android:layout_width="match_parent"