mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
move bottom_nav_item_selector to color folder
This commit is contained in:
parent
b3646b8f5f
commit
3dce788c94
2 changed files with 2 additions and 2 deletions
|
@ -179,9 +179,9 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="?colorPrimaryVariant"
|
||||
app:itemIconTint="@drawable/bottom_nav_item_selector"
|
||||
app:itemIconTint="@color/bottom_nav_item_selector"
|
||||
app:itemRippleColor="@color/rippleColor"
|
||||
app:itemTextColor="@drawable/bottom_nav_item_selector"
|
||||
app:itemTextColor="@color/bottom_nav_item_selector"
|
||||
app:labelVisibilityMode="labeled"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue