diff options
author | Andrew Lee <anwlee@google.com> | 2014-06-09 16:22:46 -0700 |
---|---|---|
committer | Andrew Lee <anwlee@google.com> | 2014-06-09 16:29:50 -0700 |
commit | 331f457e9ac7b41fc8c43000ed989a3c09d68f62 (patch) | |
tree | ee4b65f3761debaf16faa532efee976374432053 /res | |
parent | 77762c586d861bcc90ec9ac0211dddc886df4db0 (diff) |
Dialer changes for correct selection bounds adjustment.
Do not adjust the bounds for the search fragment.
Do adjust the bounds for the contacts fragment.
Also, now we hide the scrollbar on the search fragments.
Bug: 15517457
Change-Id: I0e5dedfcfdd1da359358671b57dd1132e66d6861
Diffstat (limited to 'res')
-rw-r--r-- | res/values/styles.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml index a9a48432f..0c56d9898 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -34,7 +34,7 @@ <item name="section_header_background">@drawable/list_title_holo</item> <item name="list_section_header_height">32dip</item> <item name="list_item_padding_top">12dp</item> - <item name="list_item_padding_right">0dip</item> + <item name="list_item_padding_right">32dp</item> <item name="list_item_padding_bottom">12dp</item> <item name="list_item_padding_left">0dip</item> <item name="list_item_gap_between_image_and_text">8dip</item> |