1
0
Fork 0

For #8422: Add more misc migration UI fixes

master
Jonathan Almeida 2020-04-16 15:52:27 -04:00 committed by Jonathan Almeida
parent 67abe16bcb
commit cab0bfc073
1 changed files with 3 additions and 0 deletions

View File

@ -46,9 +46,11 @@
android:layout_marginEnd="@dimen/migration_margin_horizontal_large"
android:fontFamily="@font/metropolis_bold"
android:maxLines="2"
android:lineHeight="24sp"
android:text="@string/migration_title"
android:textColor="@color/button_text_color"
android:textSize="@dimen/migration_welcome_title_text_size"
android:textAppearance="@style/Header16TextStyle"
app:layout_constraintBottom_toTopOf="@+id/migration_description"
app:layout_constraintLeft_toRightOf="@id/migration_firefox_logo"
app:layout_constraintRight_toRightOf="parent"
@ -62,6 +64,7 @@
android:layout_marginLeft="@dimen/migration_margin_horizontal_large"
android:layout_marginTop="@dimen/migration_margin"
android:layout_marginRight="@dimen/migration_margin_horizontal_large"
android:lineHeight="24sp"
android:text="@string/migration_description"
android:textAppearance="@style/Body16TextStyle"
app:layout_constraintBottom_toTopOf="@+id/migration_status_list"