Skip to content
Snippets Groups Projects
Commit 25322d3b authored by Adrien Béraud's avatar Adrien Béraud
Browse files

conversation: fix crash on sent video

Change-Id: Ia7fa67381de9ed2f825dee0cff8792defb1b34ae
parent 5e185d1c
No related branches found
No related tags found
No related merge requests found
...@@ -67,15 +67,13 @@ ...@@ -67,15 +67,13 @@
</androidx.cardview.widget.CardView> </androidx.cardview.widget.CardView>
<ImageView <cx.ring.views.MessageStatusView
android:id="@+id/status_icon" android:id="@+id/status_icon"
android:layout_width="14dp" android:layout_width="wrap_content"
android:layout_height="14dp" android:layout_height="wrap_content"
android:layout_alignBottom="@id/video_frame" android:layout_below="@id/video_frame"
android:layout_alignParentEnd="true" android:layout_alignParentEnd="true"
android:layout_marginEnd="5dp" android:layout_marginEnd="5dp" />
android:tint="@color/grey_500"
app:srcCompat="@drawable/round_check_circle_24" />
<TextView <TextView
android:id="@+id/msg_details_txt" android:id="@+id/msg_details_txt"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment