Browse Source

Less intrusive message navigation

main
M66B 5 years ago
parent
commit
a234d0f6b5
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      app/src/main/res/layout/fragment_messages.xml

+ 3
- 3
app/src/main/res/layout/fragment_messages.xml View File

@ -129,11 +129,11 @@
<com.google.android.material.bottomnavigation.BottomNavigationView
android:id="@+id/bottom_navigation"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/colorPrimary"
android:layout_height="28dp"
android:background="?attr/colorSeparator"
app:itemIconTint="@color/bottomnav_background"
app:itemTextColor="@color/bottomnav_background"
app:labelVisibilityMode="labeled"
app:labelVisibilityMode="unlabeled"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"


Loading…
Cancel
Save