Skip to content

Commit

Permalink
feat: 최근 검색어 텍스트 font 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
SeongHoonC committed Mar 31, 2024
1 parent a2151f5 commit c0a7f47
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,12 @@

<TextView
android:id="@+id/tvRecentSearchEmpty"
style="@style/H5Bold14Lh16"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="32dp"
android:text="@string/search_tv_recent_search_empty"
android:textColor="@color/contents_gray_06"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tvRecentSearch"
Expand Down

0 comments on commit c0a7f47

Please sign in to comment.