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

Commit 854e5b55 authored by John Shao's avatar John Shao
Browse files

Pull actionbar color from colorPrimary

Let app actionbar pull from the app's primary color
instead of setting it separately.

Bug: 29777331
Change-Id: I9021efc915e1a600c1fc9be08b08439499025564
parent aae70bcb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@
        android:id="@+id/toolbar_frame"
        android:layout_width="match_parent"
        android:layout_height="?attr/actionBarSize"
        android:background="@color/actionbar_background_color">
        android:background="?attr/colorPrimary">

        <!-- the attribute padding removes the gap between this Toolbar and its parent FrameLayout on tablet -->
        <android.support.v7.widget.Toolbar
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@
        android:id="@+id/toolbar_frame"
        android:layout_width="match_parent"
        android:layout_height="?attr/actionBarSize"
        android:background="@color/actionbar_background_color">
        android:background="?attr/colorPrimary">

        <!-- the attribute padding removes the gap between this Toolbar and its parent FrameLayout on tablet -->
        <android.support.v7.widget.Toolbar