summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-06-05 23:15:49 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-06-05 23:15:49 +0000
commit4875ecac59bca7b7203540880428c0588b2bf5eb (patch)
treed98ce160f4b0c1161259781b4f59c0a146e57ba2 /res/layout
parent3e8884513def20fe7bd3e1a188b2e03bbf165d47 (diff)
parent161f0116fb9b4f5cf4f66f4910bc9dde28b721ad (diff)
am 161f0116: Merge "Add elevation to call log activity view pager tabs." into lmp-preview-dev
* commit '161f0116fb9b4f5cf4f66f4910bc9dde28b721ad': Add elevation to call log activity view pager tabs.
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>