From 53df799263b71c4f65cb355929efbe3d829123d2 Mon Sep 17 00:00:00 2001 From: nrj022 <0602smj@gmail.com> Date: Tue, 20 Feb 2024 13:51:35 +0900 Subject: [PATCH] =?UTF-8?q?[UI]#6=20=EC=83=81=EB=8B=A8=20=EB=B0=94=20?= =?UTF-8?q?=EB=A0=88=EC=9D=B4=EC=95=84=EC=9B=83=20=EC=83=9D=EC=84=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/layout/fragment_card.xml | 224 ++++++++++------------ app/src/main/res/layout/item_tool_bar.xml | 46 +++++ 2 files changed, 151 insertions(+), 119 deletions(-) create mode 100644 app/src/main/res/layout/item_tool_bar.xml diff --git a/app/src/main/res/layout/fragment_card.xml b/app/src/main/res/layout/fragment_card.xml index b859804..cf85a90 100644 --- a/app/src/main/res/layout/fragment_card.xml +++ b/app/src/main/res/layout/fragment_card.xml @@ -1,10 +1,11 @@ - + + - - - - - - - + - - - - - - + android:orientation="vertical" + app:layout_constraintTop_toBottomOf="@+id/toolbar"> + android:layout_height="0dp" + android:layout_marginStart="8dp" + android:layout_marginTop="8dp" + android:layout_marginEnd="8dp" + android:textAlignment="center" + android:textSize="20sp"/> - + + + + - - - + android:paddingVertical="10dp" + android:text="@string/home_tv_word_card_description" + android:textColor="@color/gray_700" + android:textSize="16sp" /> + - - + - - + android:textSize="18sp"/> - - + + + + + + + + - - + android:src="@drawable/ic_list_align_one"/> + + + + + + - - - \ No newline at end of file + + \ No newline at end of file diff --git a/app/src/main/res/layout/item_tool_bar.xml b/app/src/main/res/layout/item_tool_bar.xml new file mode 100644 index 0000000..6250b5a --- /dev/null +++ b/app/src/main/res/layout/item_tool_bar.xml @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file