Commit f6e71423 authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Update item_room_file.xml

parent 4ff7ef5e
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:padding="@dimen/margin_16"> android:padding="@dimen/margin_16">
<chat.rocket.android.widget.message.RocketChatMessageLayout <chat.rocket.android.widget.message.RocketChatMessageAttachmentsLayout
android:id="@+id/fileLink" android:id="@+id/attachment"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/margin_16" android:layout_marginLeft="@dimen/margin_16"
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="1dp" android:layout_height="1dp"
android:layout_weight="1" android:layout_weight="1"
android:background="@color/colorDivider"
android:layout_marginTop="@dimen/margin_8" android:layout_marginTop="@dimen/margin_8"
app:layout_constraintTop_toBottomOf="@+id/fileLink" /> android:background="@color/colorDivider"
app:layout_constraintTop_toBottomOf="@+id/attachment" />
</android.support.constraint.ConstraintLayout> </android.support.constraint.ConstraintLayout>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment