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

Commit 7ea6420e authored by Andrew Lee's avatar Andrew Lee
Browse files

Fix tab elevation for action bar placeholder.

Bug: 19644830
Change-Id: Ib6949e6dcfad006256b18465db450b2edc2385e6
parent d10eef28
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -32,7 +32,8 @@
        <FrameLayout
            android:layout_width="match_parent"
            android:layout_height="@dimen/action_bar_height_large"
            android:background="@color/actionbar_background_color" />
            android:background="@color/actionbar_background_color"
            android:elevation="@dimen/tab_elevation" />

        <com.android.contacts.common.list.ViewPagerTabs
            android:id="@+id/lists_pager_header"