summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-06-09 14:04:15 -0700
committerAndrew Lee <anwlee@google.com>2014-06-09 14:04:15 -0700
commit41697adf13be12e55705891c9cebebd5b00a06d9 (patch)
tree4f232f0d964353ef1b411fd546a7583d28533791 /res
parent77762c586d861bcc90ec9ac0211dddc886df4db0 (diff)
Set 0 padding on the left of the contact browser list.
This way, the overscroll bubble won't clip. Instead, apply this by increasing the list item's left padding. Bug: 15517457 Change-Id: Icf129c57c7b4dfac21da73f0bd9258ac1ff6ae28
Diffstat (limited to 'res')
-rw-r--r--res/values/styles.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index a9a48432f..26d7eed35 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -36,7 +36,7 @@
<item name="list_item_padding_top">12dp</item>
<item name="list_item_padding_right">0dip</item>
<item name="list_item_padding_bottom">12dp</item>
- <item name="list_item_padding_left">0dip</item>
+ <item name="list_item_padding_left">16dp</item>
<item name="list_item_gap_between_image_and_text">8dip</item>
<item name="list_item_gap_between_label_and_data">5dip</item>
<item name="list_item_presence_icon_margin">4dip</item>
@@ -51,7 +51,7 @@
<item name="list_item_header_height">30dip</item>
<item name="list_item_data_width_weight">5</item>
<item name="list_item_label_width_weight">3</item>
- <item name="contact_browser_list_padding_left">16dp</item>
+ <item name="contact_browser_list_padding_left">0dp</item>
<item name="contact_browser_list_padding_right">0dp</item>
<item name="contact_browser_background">@color/background_dialer_light</item>
<item name="list_item_name_text_color">@color/contact_list_name_text_color</item>