diff --git a/app/src/main/res/layout/activity_login.xml b/app/src/main/res/layout/activity_login.xml index 7e1c49ed93..2fc41de4cf 100644 --- a/app/src/main/res/layout/activity_login.xml +++ b/app/src/main/res/layout/activity_login.xml @@ -1,9 +1,7 @@ - - @@ -47,7 +45,7 @@ android:layout_marginEnd="32dp" android:layout_marginBottom="40dp" android:text="@string/phone_number_label" - android:textSize="24sp" + style="@style/headline2CustomFontStyle" app:layout_constraintBottom_toTopOf="@+id/phone_edit" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toEndOf="@+id/country_code_text" /> @@ -57,8 +55,7 @@ android:layout_height="wrap_content" android:layout_marginBottom="56dp" android:text="@string/create_new_account" - android:textSize="24sp" - android:textStyle="bold" + style="@style/headline1CustomFontStyle" app:layout_constraintBottom_toTopOf="@+id/phone_label_text" app:layout_constraintStart_toStartOf="@+id/phone_label_text" /> @@ -68,6 +65,7 @@ android:layout_height="wrap_content" android:layout_marginTop="80dp" android:layout_marginEnd="32dp" + style="@style/agreementCustomFontStyle" android:text="@string/terms_and_conditions" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toEndOf="@+id/country_code_text" diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 100b0c745e..31acfd1ee3 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -5,4 +5,5 @@ #D81B60 #FF3333 #FFFFFF + #B3000000 diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 52234738c0..e3c57ed23a 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -12,7 +12,26 @@ + + + + + + +