Reduce size of previous/next navigation bar

This commit is contained in:
M66B 2018-11-06 13:47:56 +00:00
parent 016fb07d38
commit bbe6fbf9cb
1 changed files with 2 additions and 2 deletions

View File

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