diff options
author | Andrew Lee <anwlee@google.com> | 2014-06-11 17:02:23 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-06-11 17:02:23 +0000 |
commit | e1324ae6c025631bfcbcd394f7605fa6e2a2c054 (patch) | |
tree | 2dc5faa164efe73989fb5a2e9f984c860212d4a2 /res | |
parent | eca0db4b1798ba1fa839323177ae9a5ca2e2d5b9 (diff) | |
parent | 438df9a6e183c50e55571850557429f9e13635c5 (diff) |
am 438df9a6: Merge "Dialer changes for correct selection bounds adjustment." into lmp-preview-dev
* commit '438df9a6e183c50e55571850557429f9e13635c5':
Dialer changes for correct selection bounds adjustment.
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 d6f2023e6..0140db8e1 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -32,7 +32,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">16dp</item> <item name="list_item_gap_between_image_and_text">8dip</item> |