diff options
author | Nancy Chen <nancychen@google.com> | 2014-06-03 15:04:21 -0700 |
---|---|---|
committer | Yorke Lee <yorkelee@google.com> | 2014-06-04 01:13:43 +0000 |
commit | 200e32804c7de47db7d918bae5504cfb7c07e2cd (patch) | |
tree | 72978a21fdab555ca2693a54f479ff9ed413ed85 /res | |
parent | d4a57a94d55840782a444bda20ae45d387fc2230 (diff) |
DO NOT MERGE Decreased shadows for search bar and recent contact
Lowered elevation/z-level for search bar ("Search contacts & places")
and recent contact card ("Caller ID by Google is enabled")
Bug: 15385828
Change-Id: Icdbc87d4046953bafcb5e0c7686e6efb3a49bdfb
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/lists_fragment.xml | 1 | ||||
-rw-r--r-- | res/values/dimens.xml | 5 |
2 files changed, 4 insertions, 2 deletions
diff --git a/res/layout/lists_fragment.xml b/res/layout/lists_fragment.xml index 7e15f84c5..02dcbe3a0 100644 --- a/res/layout/lists_fragment.xml +++ b/res/layout/lists_fragment.xml @@ -40,6 +40,7 @@ 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/lists_pager" diff --git a/res/values/dimens.xml b/res/values/dimens.xml index 30b148acf..4db5ae41b 100644 --- a/res/values/dimens.xml +++ b/res/values/dimens.xml @@ -60,7 +60,7 @@ <dimen name="favorites_row_undo_text_side_padding">32dp</dimen> <!-- Dimensions for most recent call shortcut cards --> - <dimen name="recent_call_log_item_translation_z">3dp</dimen> + <dimen name="recent_call_log_item_translation_z">1dp</dimen> <dimen name="recent_call_log_item_margin_horizontal">8dp</dimen> <dimen name="recent_call_log_item_margin_top">4dp</dimen> <dimen name="recent_call_log_item_margin_bottom">6dp</dimen> @@ -117,10 +117,11 @@ <!-- Size of the icon (voice search, close search) in the search box. --> <dimen name="search_box_icon_size">28dp</dimen> <dimen name="search_list_padding_top">8dp</dimen> - <dimen name="search_box_elevation">3dp</dimen> + <dimen name="search_box_elevation">2dp</dimen> <!-- Size of text in tabs. --> <dimen name="tab_height">43dp</dimen> + <dimen name="tab_elevation">2dp</dimen> <!-- Padding to the left and right of call log action buttons. --> <dimen name="call_log_action_horizontal_padding">8dp</dimen> |