Skip to content

Commit

Permalink
Fix and increase compact read receipt layout
Browse files Browse the repository at this point in the history
Change-Id: I7b2c1877e819a6c7a1dd7ff9404d652f17b2b878
  • Loading branch information
SpiritCroc committed Jul 10, 2022
1 parent c6dcaae commit c703d29
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions vector/src/main/res/layout/view_read_receipts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@
android:layout_marginHorizontal="4dp"
tools:text="999+" />

<!-- Extra layout so we can do our RTL tricks for dual-side bubbles and having the receiptsMore on the other side -->
<LinearLayout
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:orientation="horizontal">
<!-- Wrong indention for upstream merges -->

<ImageView
android:id="@+id/receiptAvatar3"
android:layout_width="@dimen/item_event_message_state_size"
Expand Down Expand Up @@ -57,4 +64,6 @@
android:scaleType="centerCrop"
tools:src="@sample/user_round_avatars" />

</LinearLayout>

</merge>

0 comments on commit c703d29

Please sign in to comment.