From 493efbae885cd8f8b7e553346fbba96c2aae8e29 Mon Sep 17 00:00:00 2001 From: PIYUJIN Date: Sun, 8 Oct 2023 00:42:55 +0900 Subject: [PATCH 1/4] =?UTF-8?q?[chore]=20:=20material3=20=EC=A0=81?= =?UTF-8?q?=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index fcb2271..a4aa5e1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -52,7 +52,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.8.0' implementation 'androidx.appcompat:appcompat:1.6.1' - implementation 'com.google.android.material:material:1.5.0' + implementation 'com.google.android.material:material:1.9.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' From e04f9d4cc4e6beafe531d170b027772eba84612b Mon Sep 17 00:00:00 2001 From: PIYUJIN Date: Sun, 8 Oct 2023 00:48:45 +0900 Subject: [PATCH 2/4] =?UTF-8?q?[feat]=20:=20=EA=B2=8C=EC=8B=9C=EA=B8=80=20?= =?UTF-8?q?=EB=93=B1=EB=A1=9D=20layout=20=EA=B5=AC=EC=84=B1=20(#20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/drawable/home_icn_cancel.xml | 13 ++ .../drawable/home_sos_write_btn_picture.xml | 35 ++++ app/src/main/res/drawable/ic_marker.xml | 13 ++ .../res/layout/fragment_write_customer.xml | 183 +++++++++++++++++ .../main/res/layout/fragment_write_owner.xml | 184 ++++++++++++++++++ 5 files changed, 428 insertions(+) create mode 100644 app/src/main/res/drawable/home_icn_cancel.xml create mode 100644 app/src/main/res/drawable/home_sos_write_btn_picture.xml create mode 100644 app/src/main/res/drawable/ic_marker.xml create mode 100644 app/src/main/res/layout/fragment_write_customer.xml create mode 100644 app/src/main/res/layout/fragment_write_owner.xml diff --git a/app/src/main/res/drawable/home_icn_cancel.xml b/app/src/main/res/drawable/home_icn_cancel.xml new file mode 100644 index 0000000..c3d4230 --- /dev/null +++ b/app/src/main/res/drawable/home_icn_cancel.xml @@ -0,0 +1,13 @@ + + + diff --git a/app/src/main/res/drawable/home_sos_write_btn_picture.xml b/app/src/main/res/drawable/home_sos_write_btn_picture.xml new file mode 100644 index 0000000..192ca77 --- /dev/null +++ b/app/src/main/res/drawable/home_sos_write_btn_picture.xml @@ -0,0 +1,35 @@ + + + + + + + diff --git a/app/src/main/res/drawable/ic_marker.xml b/app/src/main/res/drawable/ic_marker.xml new file mode 100644 index 0000000..57715e9 --- /dev/null +++ b/app/src/main/res/drawable/ic_marker.xml @@ -0,0 +1,13 @@ + + + + diff --git a/app/src/main/res/layout/fragment_write_customer.xml b/app/src/main/res/layout/fragment_write_customer.xml new file mode 100644 index 0000000..219c1e8 --- /dev/null +++ b/app/src/main/res/layout/fragment_write_customer.xml @@ -0,0 +1,183 @@ + + + + + + + + + + + +