From 41697adf13be12e55705891c9cebebd5b00a06d9 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 9 Jun 2014 14:04:15 -0700 Subject: 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 --- res/values/styles.xml | 4 ++-- 1 file 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 @@ 12dp 0dip 12dp - 0dip + 16dp 8dip 5dip 4dip @@ -51,7 +51,7 @@ 30dip 5 3 - 16dp + 0dp 0dp @color/background_dialer_light @color/contact_list_name_text_color -- cgit v1.2.3