|
|
|
@ -296,8 +296,8 @@
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="36dp"
|
|
|
|
|
android:background="?attr/colorSeparator"
|
|
|
|
|
app:itemIconTint="@color/bottomnav_background"
|
|
|
|
|
app:itemTextColor="@color/bottomnav_background"
|
|
|
|
|
app:itemIconTint="@color/bottomnav_foreground"
|
|
|
|
|
app:itemTextColor="@color/bottomnav_foreground"
|
|
|
|
|
app:labelVisibilityMode="unlabeled"
|
|
|
|
|
app:layout_constraintBottom_toTopOf="@+id/bottom_navigation"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
@ -309,8 +309,8 @@
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:background="?android:attr/colorPrimary"
|
|
|
|
|
app:itemIconTint="@color/bottomnav_background"
|
|
|
|
|
app:itemTextColor="@color/bottomnav_background"
|
|
|
|
|
app:itemIconTint="@color/bottomnav_foreground"
|
|
|
|
|
app:itemTextColor="@color/bottomnav_foreground"
|
|
|
|
|
app:labelVisibilityMode="labeled"
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|