summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorBrian Attwell <brianattwell@google.com>2014-06-24 16:23:07 -0700
committerBrian Attwell <brianattwell@google.com>2014-06-24 16:23:07 -0700
commit8b8701fd35d5809567f6a1c28d7ea93bac8baa57 (patch)
tree1942d390e276c349eeb834dc1887202e30cc71d9 /res
parent8571dd3953ddf2cf8442335657a1945487d665a1 (diff)
downloadpackages_apps_Contacts-8b8701fd35d5809567f6a1c28d7ea93bac8baa57.tar.gz
packages_apps_Contacts-8b8701fd35d5809567f6a1c28d7ea93bac8baa57.tar.bz2
packages_apps_Contacts-8b8701fd35d5809567f6a1c28d7ea93bac8baa57.zip
Use same margins as Google Now
Change-Id: I9216493b1d592d7bfd18c55ae8d86faa46e9904a
Diffstat (limited to 'res')
-rw-r--r--res/values/dimens.xml13
1 files changed, 6 insertions, 7 deletions
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index 9d8ba70d9..ecab7083e 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -142,19 +142,18 @@
<!-- Margins for ExpandingEntryCardView -->
- <dimen name="expanding_entry_card_marginStart">8dp</dimen>
- <dimen name="expanding_entry_card_marginEnd">8dp</dimen>
- <dimen name="expanding_entry_card_marginBottom">8dp</dimen>
+ <dimen name="expanding_entry_card_marginStart">12dp</dimen>
+ <dimen name="expanding_entry_card_marginEnd">12dp</dimen>
+ <dimen name="expanding_entry_card_marginBottom">12dp</dimen>
+
+ <!-- Top margin for the communication card, used to add space from header. -->
+ <dimen name="communication_card_marginTop">12dp</dimen>
<!-- Elevation of an ExpandingEntryCard, for the sake of shadow casting -->
<dimen name="expanding_entry_card_elevation">1dp</dimen>
<!-- Elevation of the QuickContact's Toolbar, for the sake of shadow casting -->
<dimen name="quick_contact_toolbar_elevation">4.5dp</dimen>
- <!-- Top margin for the communication card, used to add space from header. -->
- <dimen name="communication_card_marginTop">8dp</dimen>
-
-
<!-- Size of the title text for a ExpandingEntryCardView -->
<dimen name="expanding_entry_card_title_text_size">16sp</dimen>
<!-- Padding for the title text for a ExpandingEntryCardView -->