From 4ed5e3002bd6301880b75e92a10ade48d3ae4d50 Mon Sep 17 00:00:00 2001 From: choiwonk02 Date: Thu, 24 Nov 2022 20:35:44 +0900 Subject: [PATCH] =?UTF-8?q?FEAT:=ED=9A=8C=EA=B3=A0=20=EC=9E=91=EC=84=B1=20?= =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=80=20=ED=94=84=EB=A1=A0=ED=8A=B8=20#4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/runConfigurations.xml | 10 -- .../main/res/drawable-v24/btn_howwrite.png | Bin 0 -> 495 bytes app/src/main/res/drawable-v24/rectangle.png | Bin 0 -> 939 bytes app/src/main/res/layout/activity_main.xml | 161 +++++++++++++++++- 4 files changed, 156 insertions(+), 15 deletions(-) delete mode 100644 .idea/runConfigurations.xml create mode 100644 app/src/main/res/drawable-v24/btn_howwrite.png create mode 100644 app/src/main/res/drawable-v24/rectangle.png diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml deleted file mode 100644 index 797acea..0000000 --- a/.idea/runConfigurations.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/app/src/main/res/drawable-v24/btn_howwrite.png b/app/src/main/res/drawable-v24/btn_howwrite.png new file mode 100644 index 0000000000000000000000000000000000000000..9757a2e245347e07b66ab1231f526d8d03bb6543 GIT binary patch literal 495 zcmV000#T1^@s64$2d400009a7bBm000XU z000XU0RWnu7ytkO0drDELIAGL9O(c600d`2O+f$vv5yPN6ZETI17N_=^QRdiTp^^|5Q8`n%BW+SGiG z`{fdsI8jKjVKRwEKCk@W>lhUOJP46c>)^3iLkN*fCK%{q zQF(L}Um=7-`V4C|^}fFD_&%N?K_7-8eVSaX#i~}-m7{fx9N~#|$Y)wk*b(>Bka7*p|6;2e+aE_+HQ2{FK19Dl01j{)NF21is$Luzq lijIuI8(nK&_@}pP(-&KUi6@*i9ZCQI002ovPDHLkV1kA0$&CO2 literal 0 HcmV?d00001 diff --git a/app/src/main/res/drawable-v24/rectangle.png b/app/src/main/res/drawable-v24/rectangle.png new file mode 100644 index 0000000000000000000000000000000000000000..fb7f491b6724eb9ec7d3db2526dd91ac9515c07e GIT binary patch literal 939 zcmeAS@N?(olHy`uVBq!ia0y~yU{nUOKXb4F$+MXS+kg~jfk$L90|U1(2s1Lwnj--e zWGoJHcVbv~PUa<$!;&U>cv7h@-A}a#}vxBFLV@L(#+bf2G4Gsba4m3M5{p0;4 zmk{t#v#i_W#7CR=)(o>_>)%x~Y>Ui(Cey%R%p`P%!^1#X;b2b#%P40w3`S@=c=&7c dHHMt8j5=31rz!NZo&e@822WQ%mvv4FO#t*M3V{Fs literal 0 HcmV?d00001 diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index 2ddff21..9f622f7 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -31,20 +31,19 @@ app:layout_constraintTop_toTopOf="parent" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file