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

Commit 773125d9 authored by Paul Soulos's avatar Paul Soulos
Browse files

Adds a start margin to secondary entry icons and increases the ripple size

bug: 17140397
Change-Id: I9389b8d7ace83f1b5b2d8f8705cc31d927fe391e
parent f7edf059
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -90,8 +90,8 @@
        android:layout_alignParentTop="true"
        android:visibility="gone"
        android:background="?android:attr/selectableItemBackgroundBorderless"
        android:layout_marginEnd="@dimen/expanding_entry_card_item_alternate_icon_margin_end"
        android:layout_marginTop="@dimen/expanding_entry_card_item_icon_margin_top"
        android:layout_marginBottom="@dimen/expanding_entry_card_item_alternate_icon_margin_bottom" />
        android:paddingTop="@dimen/expanding_entry_card_item_icon_margin_top"
        android:paddingBottom="@dimen/expanding_entry_card_item_alternate_icon_margin_bottom"
        android:layout_marginStart="@dimen/expanding_entry_card_item_alternate_icon_start_margin" />

</view>
+1 −1
Original line number Diff line number Diff line
@@ -173,7 +173,7 @@

    <dimen name="expanding_entry_card_item_icon_margin_top">7dp</dimen>
    <dimen name="expanding_entry_card_item_header_only_margin_top">6dp</dimen>
    <dimen name="expanding_entry_card_item_alternate_icon_margin_end">0dp</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_badge_separator_margin">8dp</dimen>