From ad829115ef3c2e6b34c0f7fdeb5e77546686cdf6 Mon Sep 17 00:00:00 2001 From: mcarare Date: Wed, 29 Apr 2020 17:14:41 +0300 Subject: [PATCH] For #9545: Split button to allow distinct focus for a11y services. --- app/src/main/res/layout/share_close.xml | 43 +++++++++++++++++-------- 1 file changed, 30 insertions(+), 13 deletions(-) diff --git a/app/src/main/res/layout/share_close.xml b/app/src/main/res/layout/share_close.xml index 41996356f..e374a3628 100644 --- a/app/src/main/res/layout/share_close.xml +++ b/app/src/main/res/layout/share_close.xml @@ -3,33 +3,50 @@ - 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/. --> - + android:orientation="vertical" + tools:background="@color/grey_button_color"> - + + + app:layout_constraintStart_toEndOf="@id/closeButton" + app:layout_constraintTop_toTopOf="parent" /> - \ No newline at end of file + android:layout_height="wrap_content" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintEnd_toStartOf="parent" + app:layout_constraintTop_toBottomOf="@+id/title" /> + \ No newline at end of file