diff options
author | Andrew Lee <anwlee@google.com> | 2014-05-12 17:00:49 -0700 |
---|---|---|
committer | Andrew Lee <anwlee@google.com> | 2014-05-12 17:08:11 -0700 |
commit | ff72cf35c03144b546b6ab094176dc84977bbe44 (patch) | |
tree | c65596119ac1c545639b477aafabbff78bc9c548 /res | |
parent | 350a670e7e580ebcb14b1ef8e0dd7b53d0ca912d (diff) |
Increase left padding on some of the contact list items.
This makes things marginally (aha) less claustrophobic.
Change-Id: If7ef56450c99c89e6ec1a0d412cec249ee2308cc
Diffstat (limited to 'res')
-rw-r--r-- | res/values/styles.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml index e541b0b2b..659d5abca 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -55,8 +55,8 @@ <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">8dip</item> - <item name="contact_browser_list_padding_right">0dip</item> + <item name="contact_browser_list_padding_left">16dp</item> + <item name="contact_browser_list_padding_right">0dp</item> <item name="contact_browser_background">@color/contact_list_background_color</item> <item name="list_item_text_indent">@dimen/contact_browser_list_item_text_indent</item> <!-- CallLog --> |