summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-06-05 22:50:23 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-06-05 22:50:23 +0000
commit161f0116fb9b4f5cf4f66f4910bc9dde28b721ad (patch)
treea3b81edbe97a09e9afdfcb04520c5ae7e5c816cc /res/layout
parent7c104069ad7b0caab1ada55425e5744e3849aa7a (diff)
parent7c096e42dbbfbea98dac77af241e850e06448414 (diff)
Merge "Add elevation to call log activity view pager tabs." into lmp-preview-dev
Diffstat (limited to 'res/layout')
-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>