diff options
author | Nancy Chen <nancychen@google.com> | 2014-08-06 01:01:33 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-08-05 00:34:22 +0000 |
commit | 70da760676635a6b467eb94664a11e6b84dd3194 (patch) | |
tree | 77cc2994553d5e9ef028c237082fc5d64386a383 /res | |
parent | 8bfd41c180cf8b6fafe66859a0be3ba7235ef376 (diff) | |
parent | cd7355861bdc0ca43873b8aab2e40e9b38f617e1 (diff) |
Merge "Update directory header to not pin the headers and update style" into lmp-dev
Diffstat (limited to 'res')
-rw-r--r-- | res/values/dimens.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/dimens.xml b/res/values/dimens.xml index 5b8c0df4e..4884bd219 100644 --- a/res/values/dimens.xml +++ b/res/values/dimens.xml @@ -110,7 +110,7 @@ <dimen name="search_box_expanded_text_margin_left">26dp</dimen> <!-- 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_list_padding_top">16dp</dimen> <dimen name="search_box_elevation">2dp</dimen> <!-- Padding to the left and right of call log action buttons. --> |