Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Commit c1bd366

Browse files
yadav-rahulkunall17
authored andcommitted
Fix menu background color in Day theme
1 parent 30a47f6 commit c1bd366

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/res/values/themes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<style name="AppTheme.DayNight.NoActionBar">
1313
<item name="windowActionBar">false</item>
1414
<item name="windowNoTitle">true</item>
15+
<item name="android:itemBackground">@color/colorPrimary</item>
1516
</style>
1617

1718
<style name="AppTheme.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar">

0 commit comments

Comments
 (0)