mirror of
https://github.com/emanuele-f/PCAPdroid.git
synced 2026-06-19 21:05:25 +08:00
Fix light theme toolbar text color
This commit is contained in:
parent
c82ce3f654
commit
a079306ad8
@ -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>
|
||||
|
||||
@ -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">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user