summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-05-04 10:44:16 -0700
committerAndrew Lee <anwlee@google.com>2015-05-04 10:44:16 -0700
commit7ea6420e790c4206f4cfa44ff22604536cebd5f7 (patch)
treeb87cb6f13b46b3015b05e815c2b313de3e131fef /res/layout
parentd10eef28fc67aea0e4f4f49813b802ce1df5f7c7 (diff)
Fix tab elevation for action bar placeholder.
Bug: 19644830 Change-Id: Ib6949e6dcfad006256b18465db450b2edc2385e6
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/lists_fragment.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/lists_fragment.xml b/res/layout/lists_fragment.xml
index bcf414b07..1942a96eb 100644
--- a/res/layout/lists_fragment.xml
+++ b/res/layout/lists_fragment.xml
@@ -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"