summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-06-05 14:47:34 -0700
committerAndrew Lee <anwlee@google.com>2014-06-05 14:47:34 -0700
commit7c096e42dbbfbea98dac77af241e850e06448414 (patch)
tree19487986dc095359f967b3f6c938dcd7299a406f
parent57f560ae3a865aa721a88c317fac69e1a785b711 (diff)
Add elevation to call log activity view pager tabs.
Bug: 15385828 Change-Id: Ia0b175a53bec1d28836f612fe4f304e9fb2c2c14
-rw-r--r--res/layout/call_log_activity.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/call_log_activity.xml b/res/layout/call_log_activity.xml
index dfdf210d2..3b7609fae 100644
--- a/res/layout/call_log_activity.xml
+++ b/res/layout/call_log_activity.xml
@@ -26,10 +26,11 @@
android:textAllCaps="true"
android:orientation="horizontal"
android:layout_gravity="top"
+ android:elevation="@dimen/tab_elevation"
style="@style/DialtactsActionBarTabTextStyle" />
<android.support.v4.view.ViewPager
android:id="@+id/call_log_pager"
android:layout_width="match_parent"
android:layout_height="0dp"
- android:layout_weight="1"/>
+ android:layout_weight="1" />
</LinearLayout>