move bottom_nav_item_selector to color folder

This commit is contained in:
Jays2Kings 2021-05-22 23:11:06 -04:00
parent b3646b8f5f
commit 3dce788c94
2 changed files with 2 additions and 2 deletions

View File

@ -179,9 +179,9 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:background="?colorPrimaryVariant" android:background="?colorPrimaryVariant"
app:itemIconTint="@drawable/bottom_nav_item_selector" app:itemIconTint="@color/bottom_nav_item_selector"
app:itemRippleColor="@color/rippleColor" app:itemRippleColor="@color/rippleColor"
app:itemTextColor="@drawable/bottom_nav_item_selector" app:itemTextColor="@color/bottom_nav_item_selector"
app:labelVisibilityMode="labeled" app:labelVisibilityMode="labeled"
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintLeft_toLeftOf="parent"