mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 17:57:16 +00:00
Change color of conversation action bar
This commit is contained in:
parent
2a49a287e6
commit
b70816b2c1
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue