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

Commit 03cd32b0 authored by Walter Jang's avatar Walter Jang Committed by Android (Google) Code Review
Browse files

Merge "Swap order of alt and 3rd quick contact icons" into nyc-dev

parents 9ae48035 e165110c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -87,11 +87,11 @@
        android:layout_marginEnd="@dimen/expanding_entry_card_item_text_icon_margin_right" />

     <ImageView
         android:id="@+id/icon_alternate"
         android:id="@+id/third_icon"
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
         android:layout_alignParentTop="true"
         android:layout_toStartOf="@+id/third_icon"
         android:layout_toStartOf="@+id/icon_alternate"
         android:layout_alignWithParentIfMissing="true"
         android:visibility="gone"
         android:background="?android:attr/selectableItemBackgroundBorderless"
@@ -102,7 +102,7 @@
         android:layout_marginStart="@dimen/expanding_entry_card_item_alternate_icon_start_margin" />

     <ImageView
         android:id="@+id/third_icon"
         android:id="@+id/icon_alternate"
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
         android:layout_alignParentEnd="true"