mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-20 08:29:17 +01:00
move bottom_nav_item_selector to color folder
This commit is contained in:
parent
b3646b8f5f
commit
3dce788c94
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user