Toolbar Color Fix

This commit is contained in:
Sebastian Seedorf
2019-10-24 11:23:51 +02:00
parent 034b558eeb
commit a0fe303d4b
4 changed files with 12 additions and 3 deletions

View File

@@ -16,7 +16,8 @@
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="@color/fuToolbarBackground"
app:popupTheme="@style/FUTheme.PopupOverlay" />
app:popupTheme="@style/FUTheme.PopupOverlay"
android:theme="@style/FUTheme.Toolbar" />
<TextView
android:id="@+id/no_connection_msg"