From 3d292f0a9c9fa47485f89fdc7b634c7ce906f2f4 Mon Sep 17 00:00:00 2001 From: Amaan Marfatia Date: Fri, 20 Mar 2020 12:53:28 -0400 Subject: [PATCH] Closes #7761: Makes the Parent Folder Selector height 48dp for touch accessibility --- .../res/layout/fragment_edit_bookmark.xml | 23 ++++++++++--------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/app/src/main/res/layout/fragment_edit_bookmark.xml b/app/src/main/res/layout/fragment_edit_bookmark.xml index 84abfb3337f8..9f7a6695ebbb 100644 --- a/app/src/main/res/layout/fragment_edit_bookmark.xml +++ b/app/src/main/res/layout/fragment_edit_bookmark.xml @@ -3,23 +3,23 @@ - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + xmlns:app="http://schemas.android.com/apk/res-auto" + xmlns:tools="http://schemas.android.com/tools" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:layout_margin="16dp" + android:orientation="vertical"> + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="parent" />