Skip to content

Commit

Permalink
[FIX/#9] 고정 값 고치기
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeyubin committed Jan 5, 2024
1 parent 7f30678 commit 8b8c792
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions presentation/src/main/res/layout/item_preference_tag.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

<TextView
android:id="@+id/tv_preference_number"
android:layout_width="24dp"
android:layout_height="24dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/shape_rect_topleft5_gray300_fill"
android:gravity="center"
android:textColor="@color/black_000"
Expand Down

0 comments on commit 8b8c792

Please sign in to comment.