Skip to content

Commit

Permalink
res: make Options Menu follow the UI mode (osfans#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiredPlanck committed Sep 17, 2021
1 parent cfcbd56 commit 73205ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/toolbar.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
android:layout_height="?attr/actionBarSize"
android:background="@color/colorPrimary"
android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
app:popupTheme="@style/ThemeOverlay.AppCompat.Light" />
app:popupTheme="@style/ThemeOverlay.AppCompat.DayNight" />

0 comments on commit 73205ba

Please sign in to comment.