From 7236913d940176caf273af8c24c7bcad16e1dcc1 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 84abfb333..9f7a6695e 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" />