summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorPaul Soulos <psoulos@google.com>2014-07-15 13:30:07 -0700
committerPaul Soulos <psoulos@google.com>2014-07-15 20:41:56 +0000
commita2fec386b90e3031249b6c09841fa289677edff6 (patch)
tree008e48418bb9c9232927d788c5b9bf2967006fe0 /res/values
parenta8fce966f48d84af82f5ad767aa7986740ca7b26 (diff)
downloadandroid_packages_apps_Contacts-a2fec386b90e3031249b6c09841fa289677edff6.tar.gz
android_packages_apps_Contacts-a2fec386b90e3031249b6c09841fa289677edff6.tar.bz2
android_packages_apps_Contacts-a2fec386b90e3031249b6c09841fa289677edff6.zip
Fixes separator width not matching mocks
Bug: 16157984 Change-Id: Ia2dfee76c7a80793dc136c3e4c5bdc283279c333
Diffstat (limited to 'res/values')
-rw-r--r--res/values/dimens.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index eb9b40c15..3f3f31c21 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -167,8 +167,7 @@
<!-- Height of the separator between entries in an ExpandingEntryCardView -->
<dimen name="expanding_entry_card_item_separator_height">1dp</dimen>
<!-- Dimensions for an entry in ExpandingEntryCardView -->
- <dimen name="expanding_entry_card_item_padding_start">67dp</dimen>
- <dimen name="expanding_entry_card_item_padding_with_image_start">20dp</dimen>
+ <dimen name="expanding_entry_card_item_padding_start">20dp</dimen>
<dimen name="expanding_entry_card_item_padding_end">20dp</dimen>
<dimen name="expanding_entry_card_item_padding_top">16dp</dimen>
<dimen name="expanding_entry_card_item_padding_bottom">16dp</dimen>