Skip to content

Commit

Permalink
[chore] #22 원형 메뉴 글씨 잘리는 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyobeen-Park committed May 20, 2024
1 parent 463a144 commit 2b00572
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app/src/main/res/layout/item_recommend_circle_menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="67dp"
android:layout_height="93dp"
android:layout_height="wrap_content"
android:background="@color/white"
android:paddingEnd="3dp">

Expand All @@ -19,9 +19,10 @@

<TextView
android:id="@+id/tv_circle_menu_title"
android:layout_width="40dp"
android:layout_height="14dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="4dp"
android:lines="2"
android:textAlignment="center"
android:textAppearance="@style/TextAppearance.Kream.Body6.Regular"
android:textColor="@color/black02"
Expand Down

0 comments on commit 2b00572

Please sign in to comment.