1
0
Fork 0

For #7583 Align text in language title and subtitle to viewStart

master
mcarare 2020-01-10 18:09:17 +02:00 committed by Emily Kager
parent f1654baa77
commit e9053fec57
1 changed files with 2 additions and 0 deletions

View File

@ -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"