diff --git a/app/src/main/res/drawable/bg_input_field.xml b/app/src/main/res/drawable/bg_input_field.xml new file mode 100644 index 0000000..b0cff79 --- /dev/null +++ b/app/src/main/res/drawable/bg_input_field.xml @@ -0,0 +1,9 @@ + + + + + + diff --git a/app/src/main/res/drawable/ic_header_login_bg.xml b/app/src/main/res/drawable/ic_header_login_bg.xml new file mode 100644 index 0000000..7ab031f --- /dev/null +++ b/app/src/main/res/drawable/ic_header_login_bg.xml @@ -0,0 +1,11 @@ + + + + + diff --git a/app/src/main/res/drawable/ic_header_signup_bg.xml b/app/src/main/res/drawable/ic_header_signup_bg.xml new file mode 100644 index 0000000..721b383 --- /dev/null +++ b/app/src/main/res/drawable/ic_header_signup_bg.xml @@ -0,0 +1,11 @@ + + + + + diff --git a/app/src/main/res/layout/activity_criarconta.xml b/app/src/main/res/layout/activity_criarconta.xml index 9e9e5a1..3380a15 100644 --- a/app/src/main/res/layout/activity_criarconta.xml +++ b/app/src/main/res/layout/activity_criarconta.xml @@ -3,271 +3,189 @@ xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" + android:id="@+id/main" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="#FFFFFF" - android:id="@+id/main" - android:padding="0dp"> + android:background="#FFFFFF"> - - + + + + + app:layout_constraintEnd_toEndOf="parent" /> + + - - + + - - - - - - + android:orientation="vertical" + android:paddingHorizontal="32dp" + android:paddingTop="20dp" + android:paddingBottom="20dp" + android:background="@drawable/bg_bottom_sheet_curve"> + + + + + + + + + + + + + + + + + + + + + + +