From d4557d5a679c35252832c7a78bf89d9489af97b8 Mon Sep 17 00:00:00 2001 From: Mihai Adrian <48995920+mcarare@users.noreply.github.com> Date: Wed, 27 Nov 2019 10:35:49 +0200 Subject: [PATCH] [fenix] For https://github.com/mozilla-mobile/fenix/issues/5497 Align text to viewStart to keep consistency in RTL (https://github.com/mozilla-mobile/fenix/pull/6778) --- app/src/main/res/layout/no_content_message.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/no_content_message.xml b/app/src/main/res/layout/no_content_message.xml index ddc4dcb15f..29e00ffb29 100644 --- a/app/src/main/res/layout/no_content_message.xml +++ b/app/src/main/res/layout/no_content_message.xml @@ -5,7 +5,8 @@ + android:textStyle="normal" + android:textAlignment="viewStart"/>