From 567cc07ecc5d68bf1d2e09989e06278b93f41951 Mon Sep 17 00:00:00 2001 From: M66B Date: Fri, 17 Mar 2023 10:42:47 +0100 Subject: [PATCH] Revert "Small layout improvement" This reverts commit 806e10aacc2e5fab8a620b6ae99e3510bab3f435. --- app/src/main/res/layout/fragment_options_misc.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/res/layout/fragment_options_misc.xml b/app/src/main/res/layout/fragment_options_misc.xml index 417e86d530..aa7696c56f 100644 --- a/app/src/main/res/layout/fragment_options_misc.xml +++ b/app/src/main/res/layout/fragment_options_misc.xml @@ -1881,7 +1881,6 @@ android:layout_height="wrap_content" android:layout_marginStart="12dp" android:layout_marginTop="12dp" - android:layout_marginEnd="48dp" android:inputType="textNoSuggestions" android:textAppearance="@style/TextAppearance.AppCompat.Small" app:layout_constraintEnd_toEndOf="parent"