Skip to content

Commit

Permalink
refactor: 칩 색깔 selector 네이밍 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
SeongHoonC committed Nov 13, 2023
1 parent fbde1e7 commit eab73e4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:color="@color/md_theme_light_primary" android:state_selected="true" />
<item android:color="@color/white" />
</selector>
</selector>
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:color="@color/white" android:state_selected="true" />
<item android:color="@color/black" />
</selector>
</selector>
4 changes: 2 additions & 2 deletions android/festago/app/src/main/res/values/style.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

<style name="chipFesta">
<item name="android:checkable">true</item>
<item name="chipBackgroundColor">@drawable/bg_chip</item>"
<item name="android:textColor">@drawable/text_chip</item>
<item name="chipBackgroundColor">@drawable/bg_chip_festival_list</item>"
<item name="android:textColor">@drawable/text_chip_festival_list</item>
</style>

</resources>

0 comments on commit eab73e4

Please sign in to comment.