1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-01 04:35:57 +00:00

Medium sized minor actions bars

This commit is contained in:
M66B 2018-11-06 13:59:17 +00:00
parent 31856ae2cc
commit 9e55c09120
2 changed files with 2 additions and 2 deletions

View file

@ -192,7 +192,7 @@
<com.google.android.material.bottomnavigation.BottomNavigationView
android:id="@+id/edit_bar"
android:layout_width="match_parent"
android:layout_height="24dp"
android:layout_height="36dp"
android:background="?attr/colorSeparator"
app:itemIconTint="@color/bottomnav_background"
app:itemTextColor="@color/bottomnav_background"

View file

@ -167,7 +167,7 @@
<com.google.android.material.bottomnavigation.BottomNavigationView
android:id="@+id/bottom_navigation"
android:layout_width="match_parent"
android:layout_height="24dp"
android:layout_height="36dp"
android:background="?attr/colorSeparator"
app:itemIconTint="@color/bottomnav_background"
app:itemTextColor="@color/bottomnav_background"