summaryrefslogtreecommitdiffstats
path: root/app/src
diff options
context:
space:
mode:
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"