diff options
author | Andrew Lee <anwlee@google.com> | 2014-06-05 22:50:23 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-06-05 22:50:23 +0000 |
commit | 161f0116fb9b4f5cf4f66f4910bc9dde28b721ad (patch) | |
tree | a3b81edbe97a09e9afdfcb04520c5ae7e5c816cc /res | |
parent | 7c104069ad7b0caab1ada55425e5744e3849aa7a (diff) | |
parent | 7c096e42dbbfbea98dac77af241e850e06448414 (diff) |
Merge "Add elevation to call log activity view pager tabs." into lmp-preview-dev
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/call_log_activity.xml | 3 |
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> |