Fix layout issue for quick replies

This commit is contained in:
tom79 2020-03-28 11:32:34 +01:00
parent 44275c254e
commit c97ecda3e1
2 changed files with 3 additions and 3 deletions

View File

@ -979,8 +979,7 @@
android:id="@+id/status_action_container"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginBottom="5dp"
app:layout_constraintBottom_toBottomOf="parent"
android:layout_marginBottom="10dp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="@id/status_content_section"
app:layout_constraintTop_toBottomOf="@id/status_reactions"

View File

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
<androidx.constraintlayout.widget.ConstraintLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/quick_reply_container"