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

Commit e165110c authored by Walter Jang's avatar Walter Jang
Browse files

Swap order of alt and 3rd quick contact icons

Screenshots go/b27393838

Bug 27393838

Change-Id: I16f8eb0e7104420aeb195ffba590a09b3e868188
parent 1bb6c292
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"