[merge] Fix compact read receipt layout with SC bubbles
Change-Id: I7b2c1877e819a6c7a1dd7ff9404d652f17b2b878
This commit is contained in:
parent
c6dcaaead9
commit
2179720ad5
|
@ -20,6 +20,13 @@
|
||||||
android:layout_marginHorizontal="4dp"
|
android:layout_marginHorizontal="4dp"
|
||||||
tools:text="999+" />
|
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
|
<ImageView
|
||||||
android:id="@+id/receiptAvatar3"
|
android:id="@+id/receiptAvatar3"
|
||||||
android:layout_width="@dimen/item_event_message_state_size"
|
android:layout_width="@dimen/item_event_message_state_size"
|
||||||
|
@ -57,4 +64,6 @@
|
||||||
android:scaleType="centerCrop"
|
android:scaleType="centerCrop"
|
||||||
tools:src="@sample/user_round_avatars" />
|
tools:src="@sample/user_round_avatars" />
|
||||||
|
|
||||||
|
</LinearLayout>
|
||||||
|
|
||||||
</merge>
|
</merge>
|
||||||
|
|
Loading…
Reference in New Issue