[F] Fix menu dropdown colors

This commit is contained in:
Azalea Gui
2023-01-23 14:49:09 -05:00
parent ffd0b00cc7
commit d9ab267170
2 changed files with 1 additions and 17 deletions
-16
View File
@@ -1,16 +0,0 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
<style name="Theme.WearSync" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
<!-- Primary brand color. -->
<item name="colorPrimary">@color/purple_200</item>
<item name="colorPrimaryVariant">@color/purple_700</item>
<item name="colorOnPrimary">@color/black</item>
<!-- Secondary brand color. -->
<item name="colorSecondary">@color/teal_200</item>
<item name="colorSecondaryVariant">@color/teal_200</item>
<item name="colorOnSecondary">@color/black</item>
<!-- Status bar color. -->
<item name="android:statusBarColor">?attr/colorPrimaryVariant</item>
<!-- Customize your theme here. -->
</style>
</resources>
+1 -1
View File
@@ -21,5 +21,5 @@
<style name="Theme.WearSync.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar" />
<style name="Theme.WearSync.PopupOverlay" parent="ThemeOverlay.AppCompat.Light" />
<style name="Theme.WearSync.PopupOverlay" parent="ThemeOverlay.AppCompat.Dark" />
</resources>