From 571b9944f9563e03aa46e070a4b2fe818992045c Mon Sep 17 00:00:00 2001 From: Developer-HyeonJi Date: Thu, 25 Aug 2022 22:10:49 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=EB=A1=9C=EA=B7=B8=EC=9D=B8=20=ED=99=94?= =?UTF-8?q?=EB=A9=B4=20=EA=B5=AC=ED=98=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/.name | 1 + .idea/deploymentTargetDropDown.xml | 17 +++++ .idea/misc.xml | 33 +++++++++ app/build.gradle | 13 +++- app/google-services.json | 39 ++++++++++ app/src/main/AndroidManifest.xml | 28 ++------ .../java/com/example/kb/SignUpActivity1.kt | 64 +++++++++++++++-- .../java/com/example/kb/SignUpActivity2.kt | 15 +++- .../java/com/example/kb/SignUpActivity3.kt | 41 +++++++++++ .../java/com/example/kb/SignUpActivity4.kt | 28 ++++++++ .../java/com/example/kb/SignUpActivity5.kt | 17 +++++ .../java/com/example/kb/SignUpActivity6.kt | 14 +++- app/src/main/res/layout/activity_sign_up2.xml | 4 +- app/src/main/res/layout/activity_sign_up3.xml | 50 ++++++++----- app/src/main/res/layout/activity_sign_up4.xml | 72 +++++++++++-------- app/src/main/res/layout/activity_sign_up5.xml | 2 +- app/src/main/res/values/colors.xml | 1 + build.gradle | 11 +++ 18 files changed, 364 insertions(+), 86 deletions(-) create mode 100644 .idea/.name create mode 100644 .idea/deploymentTargetDropDown.xml create mode 100644 app/google-services.json diff --git a/.idea/.name b/.idea/.name new file mode 100644 index 0000000..9f1ea5d --- /dev/null +++ b/.idea/.name @@ -0,0 +1 @@ +KB \ No newline at end of file diff --git a/.idea/deploymentTargetDropDown.xml b/.idea/deploymentTargetDropDown.xml new file mode 100644 index 0000000..abd046f --- /dev/null +++ b/.idea/deploymentTargetDropDown.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 46d3d26..1b547f9 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,6 +3,39 @@