mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2025-01-12 03:09:08 +01:00
ccd1c7bc1d
So I dont have to use get theme (which was causing lag) and fixes some theming bugs
6 lines
248 B
XML
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> |