From fd920e55e8c45e465898608ca46dc502b3a327cb Mon Sep 17 00:00:00 2001 From: HyeseonBaek Date: Tue, 29 Aug 2023 12:08:20 +0900 Subject: [PATCH 1/2] =?UTF-8?q?[chore]=20#160=20=EB=A7=88=EC=9D=B4?= =?UTF-8?q?=ED=94=BC=EB=93=9C=20empty=20view=20=EC=84=B8=EC=9D=B4=EB=B2=84?= =?UTF-8?q?=20=EC=9D=B4=EB=AF=B8=EC=A7=80=20=EA=B5=90=EC=B2=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/res/drawable/img_myfeed_empty.xml | 549 ++++++++++++++---- 1 file changed, 437 insertions(+), 112 deletions(-) diff --git a/app/src/main/res/drawable/img_myfeed_empty.xml b/app/src/main/res/drawable/img_myfeed_empty.xml index 7fcb4390..40ae3c37 100644 --- a/app/src/main/res/drawable/img_myfeed_empty.xml +++ b/app/src/main/res/drawable/img_myfeed_empty.xml @@ -1,331 +1,656 @@ + android:width="140dp" + android:height="140dp" + android:viewportWidth="140" + android:viewportHeight="140"> + android:pathData="M25.69,4.43h87.4v127.6h-87.4z"/> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 7ab62e12797090b5600d8459711125504f127153 Mon Sep 17 00:00:00 2001 From: HyeseonBaek Date: Tue, 29 Aug 2023 12:09:22 +0900 Subject: [PATCH 2/2] =?UTF-8?q?[mod]=20#160=20=EB=A7=88=EC=9D=B4=ED=94=BC?= =?UTF-8?q?=EB=93=9C=20empty=20view=20=EA=B8=80=EC=9E=90=20=EC=82=AC?= =?UTF-8?q?=EC=9D=B4=20=EA=B0=84=EA=B2=A9=20=EC=A1=B0=EC=A0=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/layout/fragment_myfeed.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/fragment_myfeed.xml b/app/src/main/res/layout/fragment_myfeed.xml index 6c7de6a8..aac6f256 100644 --- a/app/src/main/res/layout/fragment_myfeed.xml +++ b/app/src/main/res/layout/fragment_myfeed.xml @@ -83,9 +83,9 @@ android:id="@+id/tv_myfeed_title" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_marginTop="29dp" + android:layout_marginTop="8dp" android:text="@string/myfeed_empty_title" - android:textAppearance="@style/TextAppearance.WINEY.Headline_b_28_xxl" + android:textAppearance="@style/TextAppearance.WINEY.Headline_b_20_xl" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@id/iv_myfeed_empty" /> @@ -94,7 +94,6 @@ android:id="@+id/tv_myfeed_sub" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_marginTop="11dp" android:text="@string/myfeed_empty_sub" android:textAppearance="@style/TextAppearance.WINEY.body_m_14" android:textColor="@color/gray_500"