Augmenting the touch size for message icon on quick contacts screen
Bug:27136510
Change-Id: I499fd6e8d6afa6755fd98ce0b1140243dbb33730
diff --git a/res/layout/expanding_entry_card_item.xml b/res/layout/expanding_entry_card_item.xml
index 20e90eb..228244d 100644
--- a/res/layout/expanding_entry_card_item.xml
+++ b/res/layout/expanding_entry_card_item.xml
@@ -96,6 +96,8 @@
android:background="?android:attr/selectableItemBackgroundBorderless"
android:paddingTop="@dimen/expanding_entry_card_item_icon_margin_top"
android:paddingBottom="@dimen/expanding_entry_card_item_alternate_icon_margin_bottom"
+ android:paddingLeft="@dimen/expanding_entry_card_item_alternate_icon_margin_left"
+ android:paddingRight="@dimen/expanding_entry_card_item_alternate_icon_margin_right"
android:layout_marginStart="@dimen/expanding_entry_card_item_alternate_icon_start_margin" />
<ImageView
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index 321c39b..8fe5c72 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -225,10 +225,12 @@
<dimen name="expanding_entry_card_item_sub_header_icon_margin_right">4dp</dimen>
<dimen name="expanding_entry_card_item_sub_header_icon_margin_bottom">14dp</dimen>
- <dimen name="expanding_entry_card_item_icon_margin_top">7dp</dimen>
+ <dimen name="expanding_entry_card_item_icon_margin_top">12dp</dimen>
<dimen name="expanding_entry_card_item_header_only_margin_top">6dp</dimen>
<dimen name="expanding_entry_card_item_alternate_icon_start_margin">16dp</dimen>
- <dimen name="expanding_entry_card_item_alternate_icon_margin_bottom">10dp</dimen>
+ <dimen name="expanding_entry_card_item_alternate_icon_margin_bottom">12dp</dimen>
+ <dimen name="expanding_entry_card_item_alternate_icon_margin_left">12dp</dimen>
+ <dimen name="expanding_entry_card_item_alternate_icon_margin_right">12dp</dimen>
<dimen name="expanding_entry_card_badge_separator_margin">8dp</dimen>
<dimen name="expanding_entry_card_card_corner_radius">2dp</dimen>