diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 06cb0a4c..a3fef807 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,11 +1,4 @@ - - @@ -18,6 +11,7 @@ android:supportsRtl="true" android:theme="@style/Theme.Aether"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/res/font/montserrat.xml b/android/app/src/main/res/font/montserrat.xml index 0421f22c..64c31c00 100644 --- a/android/app/src/main/res/font/montserrat.xml +++ b/android/app/src/main/res/font/montserrat.xml @@ -1,4 +1,11 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/android/app/src/main/res/layout/activity_registration.xml b/android/app/src/main/res/layout/activity_registration.xml index 18a2f168..72477df5 100644 --- a/android/app/src/main/res/layout/activity_registration.xml +++ b/android/app/src/main/res/layout/activity_registration.xml @@ -191,7 +191,7 @@ android:id="@+id/mb_sign_up" style="@style/Widget.MaterialComponents.Button" android:layout_width="0dp" - android:layout_height="49dp" + android:layout_height="wrap_content" android:layout_marginTop="32dp" android:background="@color/main_color" android:fontFamily="@font/montserrat_bold" diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml index cb016287..6b3dcfc9 100644 --- a/android/app/src/main/res/values/strings.xml +++ b/android/app/src/main/res/values/strings.xml @@ -18,5 +18,6 @@ Register Already a member? Sign in + Forget Password? \ No newline at end of file