Skip to content

Commit

Permalink
하단 네비 select 상태 컬러값 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiyoung9310 committed Aug 30, 2020
1 parent c94a24a commit fff84d4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:color="#00D0A8" android:state_pressed="true" />
<item android:color="#00D0A8" android:state_checked="true" />
<item android:color="#C7C7C7" />
<item android:color="@color/bottom_nav_selected" android:state_pressed="true" />
<item android:color="@color/bottom_nav_selected" android:state_checked="true" />
<item android:color="@color/bottom_nav_unselected" />
</selector>
4 changes: 4 additions & 0 deletions androidapp/app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
<color name="toolbar_background_white">#FFFFFF</color>
<color name="toolbar_textColor_black">#000000</color>

<!--bottom navigation menu-->
<color name="bottom_nav_selected">#2e2e33</color>
<color name="bottom_nav_unselected">#d0d0d0</color>

<!--sponsor tab-->
<color name="sponsor_background_color">#303033</color>

Expand Down

0 comments on commit fff84d4

Please sign in to comment.