Skip to content
Snippets Groups Projects
Commit 748883a6 authored by Emma Falkiewitz's avatar Emma Falkiewitz Committed by Pierre Nicolas
Browse files

chatView: delete space at the bottom of the file

GitLab: #1571
Change-Id: Ic51fb03022e576c7b19a0604b66627c39e6e589e
parent 71339d93
No related branches found
No related tags found
No related merge requests found
......@@ -107,12 +107,11 @@
android:animateLayoutChanges="true"
android:background="@drawable/filemsg_background_in"
app:layout_constrainedWidth="true"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@id/file_download_button"
app:layout_constraintHorizontal_bias="0"
app:layout_constraintHorizontal_chainStyle="packed"
app:layout_constraintStart_toEndOf="@id/photo_layout"
app:layout_constraintTop_toTopOf="parent">
app:layout_constraintTop_toBottomOf="@id/peer_name">
<LinearLayout
android:id="@+id/file_icon_layout"
......@@ -209,7 +208,7 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_chainStyle="packed"
app:layout_constraintStart_toEndOf="@id/fileInfoLayout"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintTop_toTopOf="@id/fileInfoLayout"
app:srcCompat="@drawable/download_24px" />
<TextView
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment