Change color of conversation action bar

This commit is contained in:
M66B 2018-11-25 17:00:07 +01:00
parent 2a49a287e6
commit b70816b2c1
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@
android:id="@+id/bottom_navigation"
android:layout_width="match_parent"
android:layout_height="36dp"
android:background="?attr/colorSeparator"
android:background="?android:attr/colorPrimary"
app:itemIconTint="@color/bottomnav_background"
app:itemTextColor="@color/bottomnav_background"
app:labelVisibilityMode="unlabeled"