Fix search text color

This commit is contained in:
Kirill Kamakin
2022-11-13 10:46:29 +01:00
parent 8980a519e3
commit 929aad5659
3 changed files with 35 additions and 28 deletions

View File

@@ -22,6 +22,7 @@
<com.google.android.material.appbar.MaterialToolbar
android:id="@+id/toolbar"
style="@style/Widget.MaterialComponents.Toolbar.Primary"
android:theme="@style/ThemeOverlay.Toolbar"
android:layout_width="match_parent"
android:layout_height="?actionBarSize"
app:layout_scrollFlags="scroll|snap|enterAlways" />