From 53053d8f4a83af1663ef6d0742e4abfc9fec0bc1 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Wed, 1 Jul 2020 14:03:30 +0200 Subject: [PATCH] Fix layout overlap issue (#1407) --- CHANGES.md | 1 + vector/src/main/res/layout/item_form_switch.xml | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 207d04d6d0..0d59ad563b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -21,6 +21,7 @@ Bugfix 🐛: - Use vendor prefix for non merged MSC (#1537) - Compress images before sending (#1333) - Searching by displayname is case sensitive (#1468) + - Fix layout overlap issue (#1407) Translations 🗣: - diff --git a/vector/src/main/res/layout/item_form_switch.xml b/vector/src/main/res/layout/item_form_switch.xml index 63004365dc..d4fdaae35c 100644 --- a/vector/src/main/res/layout/item_form_switch.xml +++ b/vector/src/main/res/layout/item_form_switch.xml @@ -30,13 +30,13 @@ @@ -46,7 +46,6 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginEnd="19dp" - android:layout_marginRight="19dp" app:layout_constraintBottom_toTopOf="@+id/formSwitchDivider" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintTop_toTopOf="parent" />