summaryrefslogtreecommitdiffstats
path: root/app/src
diff options
context:
space:
mode:
authortom79 <tschneider.ac@gmail.com>2020-03-28 11:32:34 +0100
committertom79 <tschneider.ac@gmail.com>2020-03-28 11:32:34 +0100
commitc97ecda3e16bd5fec56922dedb786437607983f9 (patch)
tree73c04e5d868e8de1593b05976cc58edcacc96aee /app/src
parent44275c254e6a87d690ef5940683bba1d59bda337 (diff)
Fix layout issue for quick replies
Diffstat (limited to 'app/src')
-rw-r--r--app/src/main/res/layout/drawer_status.xml3
-rw-r--r--app/src/main/res/layout/layout_quick_reply.xml3
2 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/layout/drawer_status.xml b/app/src/main/res/layout/drawer_status.xml
index 6434c2585..8eda48cbb 100644
--- a/app/src/main/res/layout/drawer_status.xml
+++ b/app/src/main/res/layout/drawer_status.xml
@@ -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"
diff --git a/app/src/main/res/layout/layout_quick_reply.xml b/app/src/main/res/layout/layout_quick_reply.xml
index 1025cd733..a483c5724 100644
--- a/app/src/main/res/layout/layout_quick_reply.xml
+++ b/app/src/main/res/layout/layout_quick_reply.xml
@@ -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"