Skip to content

Commit

Permalink
design : 식단 - 메뉴 아이템 배경 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
huiwoo-jo committed Feb 11, 2024
1 parent ac7aeec commit 7fe59ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/src/main/res/layout/item_cafeteria_menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
style="@style/Colors_Widget.MaterialComponents.Chip"
android:layout_width="wrap_content"
android:layout_height="48dp"
android:backgroundTint="@color/blue100"
android:clickable="false"
android:text="@{menu, default = 해바라기멸치볶음}"
android:textAlignment="center" />
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</style>

<style name="Colors_Widget.MaterialComponents.Chip" parent="Widget.MaterialComponents.Chip.Choice">
<item name="android:textAppearance">@style/PretendardRegular12</item>
<item name="android:textAppearance">@style/PretendardRegular14</item>
<item name="android:textAlignment">center</item>
<item name="android:textColor">@color/black</item>
</style>
Expand Down

0 comments on commit 7fe59ec

Please sign in to comment.