From 072289f5a369fbad75ab8a2c70a03809bd6f16e3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=B6ren=20Hentzschel?= Date: Mon, 21 Oct 2019 19:02:13 +0200 Subject: [PATCH] [fenix] for https://github.com/mozilla-mobile/fenix/issues/6008 - fix address bar layout on home fragment for RTL (https://github.com/mozilla-mobile/fenix/pull/6016) --- mobile/android/fenix/app/src/main/res/layout/fragment_home.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mobile/android/fenix/app/src/main/res/layout/fragment_home.xml b/mobile/android/fenix/app/src/main/res/layout/fragment_home.xml index 4a5270dc844a..8fcbbe3c7897 100644 --- a/mobile/android/fenix/app/src/main/res/layout/fragment_home.xml +++ b/mobile/android/fenix/app/src/main/res/layout/fragment_home.xml @@ -92,16 +92,16 @@ android:layout_width="24dp" android:layout_height="24dp" android:layout_marginStart="12dp" - android:layout_gravity="center_vertical" + android:layout_gravity="start|center_vertical" android:clickable="false" android:focusable="false" android:importantForAccessibility="no" />