Fix light theme toolbar text color

This commit is contained in:
emanuele-f 2021-10-26 18:38:22 +02:00
parent c82ce3f654
commit a079306ad8
2 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,7 @@
android:background="@color/colorActionBar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:theme="@style/MyActionBar"
android:theme="@style/AppBarOverlay"
app:popupTheme="@style/PopupOverlay" />
</com.google.android.material.appbar.AppBarLayout>

View File

@ -35,6 +35,7 @@
<!--<item name="backgroundSplit">@color/colorActionBar</item>-->
</style>
<style name="AppBarOverlay" parent="ThemeOverlay.MaterialComponents.Dark.ActionBar" />
<style name="PopupOverlay" parent="ThemeOverlay.MaterialComponents.Light" />
<style name="QuickSettings.Title" parent="AppTheme">