From 4f45317dc98d0456e3f5080893e5706571d3177c Mon Sep 17 00:00:00 2001 From: librarywon Date: Wed, 8 Jan 2025 16:05:15 +0900 Subject: [PATCH 1/2] =?UTF-8?q?refactor:=20body2=20lineHeight=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/values/typography.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/values/typography.xml b/app/src/main/res/values/typography.xml index 48cd078c6..057c0551f 100644 --- a/app/src/main/res/values/typography.xml +++ b/app/src/main/res/values/typography.xml @@ -34,7 +34,7 @@ - \ No newline at end of file + From da6ba1322d341513517515f4961ccb74558bb883 Mon Sep 17 00:00:00 2001 From: librarywon Date: Wed, 8 Jan 2025 16:05:35 +0900 Subject: [PATCH 2/2] =?UTF-8?q?refactor:=20Home=20=ED=99=94=EB=A9=B4=20?= =?UTF-8?q?=ED=94=BC=EA=B7=B8=EB=A7=88=EC=99=80=20=EA=B0=99=EA=B2=8C=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/layout/fragment_home.xml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/layout/fragment_home.xml b/app/src/main/res/layout/fragment_home.xml index f85c83f7b..717bd5fc6 100644 --- a/app/src/main/res/layout/fragment_home.xml +++ b/app/src/main/res/layout/fragment_home.xml @@ -122,8 +122,9 @@ @@ -232,6 +235,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="56dp" + android:paddingVertical="2dp" android:text="@string/home_recommend_novel" android:textAppearance="@style/headline1" app:layout_constraintStart_toStartOf="@id/vp_home_popular_feed" @@ -250,8 +254,10 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginStart="20dp" - android:textAppearance="@style/body2" + android:layout_marginTop="2dp" android:text="@string/home_recommend_novel_by_user_taste_description" + android:textAppearance="@style/body2" + android:textColor="@color/gray_200_AEADB3" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" /> @@ -325,4 +331,4 @@ app:layout_constraintTop_toTopOf="parent" /> - \ No newline at end of file +