Skip to content

Commit

Permalink
work
Browse files Browse the repository at this point in the history
  • Loading branch information
r10s committed May 20, 2024
1 parent daa9ffe commit 81abf44
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions res/layout/conversation_item_received.xml
Original file line number Diff line number Diff line change
Expand Up @@ -223,5 +223,17 @@
android:orientation="horizontal"
app:message_type="incoming" />

<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/button_show_in_chat"
android:layout_width="20dp"
android:layout_height="20dp"
android:layout_centerVertical="true"
android:layout_toEndOf="@id/body_bubble"
android:layout_toRightOf="@id/body_bubble"
android:layout_marginLeft="-24dp"
android:layout_marginStart="-24dp"
android:tint="?icon_tint"
app:srcCompat="?menu_forward_icon" />

</RelativeLayout>
</org.thoughtcrime.securesms.ConversationItem>

0 comments on commit 81abf44

Please sign in to comment.