Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 18bba662 authored by guanxiongliu's avatar guanxiongliu Committed by Sean Liu
Browse files

Augmenting the touch size for message icon on quick contacts screen

Bug:27136510
Change-Id: I499fd6e8d6afa6755fd98ce0b1140243dbb33730
parent 4f1e441c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
+4 −2
Original line number Diff line number Diff line
@@ -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>