Jay ccd1c7bc1d Using night colors instead of night themes
So I dont have to use get theme (which was causing lag) and fixes some theming bugs
2020-01-29 23:57:17 -08:00

6 lines
248 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.ActionBar.DayNight" parent="@style/ThemeOverlay.AppCompat.Dark.ActionBar">
<item name="popupTheme">@style/ThemeOverlay.AppCompat.Dark</item>
</style>
</resources>