콘텐츠 메인, 채널 검색

- 검색창 힌트 글자색 eeeeee -> 555555 변경
This commit is contained in:
klaus 2025-01-09 04:32:23 +09:00
parent 2667e29bb9
commit 35f90884d2
2 changed files with 3 additions and 3 deletions

View File

@ -203,7 +203,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/black"
android:visibility="gone">
android:visibility="visible">
<LinearLayout
android:layout_width="match_parent"
@ -240,7 +240,7 @@
android:inputType="textWebEditText"
android:paddingHorizontal="54.67dp"
android:textColor="@color/color_eeeeee"
android:textColorHint="@color/color_eeeeee"
android:textColorHint="@color/color_555555"
android:textCursorDrawable="@drawable/edit_text_cursor"
android:textSize="13.3sp"
tools:ignore="LabelFor" />

View File

@ -92,7 +92,7 @@
android:gravity="center_vertical"
android:paddingHorizontal="54.67dp"
android:text="채널명을 입력해보세요"
android:textColor="@color/color_eeeeee"
android:textColor="@color/color_555555"
android:textSize="13.3sp" />
</RelativeLayout>