summaryrefslogtreecommitdiffstats
path: root/res/values/dimens.xml
diff options
context:
space:
mode:
authorChiao Cheng <chiaocheng@google.com>2012-11-07 18:20:17 -0800
committerChiao Cheng <chiaocheng@google.com>2012-11-09 13:16:16 -0800
commit63ac534dcf60e9a6c651ef2434557bec922b9a7d (patch)
tree6dc88518e13f50fd7d30ba38ef813568dabce82b /res/values/dimens.xml
parenta23825490fdd593bceca56fd474a2f9d823c6137 (diff)
downloadandroid_packages_apps_ContactsCommon-63ac534dcf60e9a6c651ef2434557bec922b9a7d.tar.gz
android_packages_apps_ContactsCommon-63ac534dcf60e9a6c651ef2434557bec922b9a7d.tar.bz2
android_packages_apps_ContactsCommon-63ac534dcf60e9a6c651ef2434557bec922b9a7d.zip
Further clean-up of PhoneFavoriteFragment.
Moving common dependencies from Contacts to ContactsCommon. Bug: 6993891 Change-Id: I7530d13771b65f17dafa3f4f8283965622b1c71e
Diffstat (limited to 'res/values/dimens.xml')
-rw-r--r--res/values/dimens.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index c17234c5..97e6fe78 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -24,4 +24,20 @@
Right now the drawable has implicit 32dip minimal height, which is confusing.
This value is for making the hidden configuration explicit in xml. -->
<dimen name="list_section_divider_min_height">32dip</dimen>
+
+ <!-- Vertical and horizontal padding in between contact tiles -->
+ <dimen name="contact_tile_divider_padding">1dip</dimen>
+
+ <!-- Left and right padding for a contact detail item -->
+ <dimen name="detail_item_side_margin">16dip</dimen>
+
+ <!-- ContactTile Layouts -->
+ <!--
+ Use sp instead of dip so that the shadowbox heights can all scale uniformly
+ when the font size is scaled for accessibility purposes
+ -->
+ <dimen name="contact_tile_shadowbox_height">48sp</dimen>
+
+ <!-- Top padding of the ListView in the contact tile list -->
+ <dimen name="contact_tile_list_padding_top">0dip</dimen>
</resources>