From 4abfea5a4dc47f3ed3e8da86c7a822ea2fa4c246 Mon Sep 17 00:00:00 2001 From: leeghy Date: Tue, 25 Jun 2024 12:48:21 +0900 Subject: [PATCH 01/34] readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index cc0acc5a..8a88ea3b 100644 --- a/README.md +++ b/README.md @@ -1 +1,12 @@ # android-contacts + +### 구현할 기능 목록 +## 얼굴 사진 +- 입력란 + - 이름 + - 전화번호 + - 메일 +- 더보기 + - 생일 + - 성별(라디오 버튼) + - 메모 \ No newline at end of file From 8254ab10b0fef64d639379bf52d2b79624e880b6 Mon Sep 17 00:00:00 2001 From: leeghy Date: Tue, 25 Jun 2024 15:59:17 +0900 Subject: [PATCH 02/34] =?UTF-8?q?UI=EC=9E=91=EC=84=B1(=EB=8D=94=EB=B3=B4?= =?UTF-8?q?=EA=B8=B0=20=EB=B2=84=ED=8A=BC=20=EC=8B=9C=20=EC=9E=85=EB=A0=A5?= =?UTF-8?q?=ED=8F=BC=20=ED=99=95=EC=9E=A5=EC=9D=80=20=EB=AF=B8=EA=B5=AC?= =?UTF-8?q?=ED=98=84)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +- .../main/res/drawable/baseline_face_24.xml | 5 + app/src/main/res/layout/activity_main.xml | 134 +++++++++++++++++- app/src/main/res/values/colors.xml | 2 + app/src/main/res/values/styles.xml | 13 ++ 5 files changed, 154 insertions(+), 7 deletions(-) create mode 100644 app/src/main/res/drawable/baseline_face_24.xml create mode 100644 app/src/main/res/values/styles.xml diff --git a/README.md b/README.md index 8a88ea3b..f9803700 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,11 @@ ### 구현할 기능 목록 ## 얼굴 사진 - 입력란 - - 이름 + - 이름(필수값) - 전화번호 - 메일 - 더보기 - - 생일 + - 생일(캘린더로 선택 가능하게끔) - 성별(라디오 버튼) - - 메모 \ No newline at end of file + - 메모 +- 저장 -> 완료시 토스트 전송 \ No newline at end of file diff --git a/app/src/main/res/drawable/baseline_face_24.xml b/app/src/main/res/drawable/baseline_face_24.xml new file mode 100644 index 00000000..665f371f --- /dev/null +++ b/app/src/main/res/drawable/baseline_face_24.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index 24d17df2..144acf6d 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -1,5 +1,6 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + app:layout_constraintEnd_toEndOf="parent"> + +