From 14a1f465b904c34dbe43bd520573ca045b1826ff Mon Sep 17 00:00:00 2001 From: kangyuri1114 Date: Sun, 21 Apr 2024 05:49:07 +0900 Subject: [PATCH] =?UTF-8?q?[feat]:=20=EA=B2=80=EC=83=89=20=EC=95=84?= =?UTF-8?q?=EC=9D=B4=EC=BD=98=20=EB=94=B0=EB=A1=9C=20=EB=A7=8C=EB=93=A4?= =?UTF-8?q?=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/res/layout/fragment_projects.xml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/feature/projects/src/main/res/layout/fragment_projects.xml b/feature/projects/src/main/res/layout/fragment_projects.xml index 0e335cc..f09f63d 100644 --- a/feature/projects/src/main/res/layout/fragment_projects.xml +++ b/feature/projects/src/main/res/layout/fragment_projects.xml @@ -37,9 +37,8 @@ android:layout_marginHorizontal="20dp" android:background="@drawable/search_background" android:cursorVisible="true" - android:drawableStart="@drawable/ic_search_24" android:drawablePadding="7dp" - android:fontFamily="@font/pretendardblack" + android:fontFamily="@font/pretendardmedium" android:hint="@string/searchbar_hint" android:inputType="text" android:paddingStart="20dp" @@ -51,6 +50,18 @@ app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/cl_top_app_bar" /> + +