From e9053fec57a38f44345de9e39c678fdaf0a2b2b6 Mon Sep 17 00:00:00 2001 From: mcarare Date: Fri, 10 Jan 2020 18:09:17 +0200 Subject: [PATCH] For #7583 Align text in language title and subtitle to viewStart --- app/src/main/res/layout/locale_settings_item.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/res/layout/locale_settings_item.xml b/app/src/main/res/layout/locale_settings_item.xml index cca72bc3d..f46687a10 100644 --- a/app/src/main/res/layout/locale_settings_item.xml +++ b/app/src/main/res/layout/locale_settings_item.xml @@ -25,6 +25,7 @@ android:layout_marginStart="@dimen/locale_item_text_margin_start" android:layout_marginTop="@dimen/locale_item_vertical_margin" android:textColor="?primaryText" + android:textAlignment="viewStart" app:layout_goneMarginStart="@dimen/locale_item_text_margin_gone_start" android:textSize="@dimen/locale_item_title_size" app:layout_constraintBottom_toTopOf="@+id/locale_subtitle_text" @@ -41,6 +42,7 @@ android:layout_marginStart="@dimen/locale_item_text_margin_start" android:layout_marginBottom="@dimen/locale_item_vertical_margin" android:textColor="?secondaryText" + android:textAlignment="viewStart" android:textSize="@dimen/locale_item_subtitle_size" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent"