summaryrefslogtreecommitdiffstats
path: root/res/layout
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/layout
parenta8fce966f48d84af82f5ad767aa7986740ca7b26 (diff)
downloadpackages_apps_Contacts-a2fec386b90e3031249b6c09841fa289677edff6.tar.gz
packages_apps_Contacts-a2fec386b90e3031249b6c09841fa289677edff6.tar.bz2
packages_apps_Contacts-a2fec386b90e3031249b6c09841fa289677edff6.zip
Fixes separator width not matching mocks
Bug: 16157984 Change-Id: Ia2dfee76c7a80793dc136c3e4c5bdc283279c333
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/expanding_entry_card_item.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/expanding_entry_card_item.xml b/res/layout/expanding_entry_card_item.xml
index 02a593a2c..dcf3b02f5 100644
--- a/res/layout/expanding_entry_card_item.xml
+++ b/res/layout/expanding_entry_card_item.xml
@@ -19,7 +19,7 @@
style="@style/SelectableItem"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:paddingStart="@dimen/expanding_entry_card_item_padding_with_image_start"
+ android:paddingStart="@dimen/expanding_entry_card_item_padding_start"
android:paddingEnd="@dimen/expanding_entry_card_item_padding_end"
android:paddingTop="@dimen/expanding_entry_card_item_padding_top"
android:paddingBottom="@dimen/expanding_entry_card_item_padding_bottom">