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

Commit a9d5889d authored by Walter Jang's avatar Walter Jang Committed by android-build-merger
Browse files

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

am: 03cd32b0

* commit '03cd32b0':
  Swap order of alt and 3rd quick contact icons
parents 7c17c980 03cd32b0
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"