mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-05-05 12:56:16 -05:00
12 lines
304 B
XML
12 lines
304 B
XML
<resources>
|
|
|
|
<style name="Widget" />
|
|
|
|
<!-- Base theme for the menu drawer. -->
|
|
<style name="Widget.MenuDrawer">
|
|
<item name="mdMenuBackground">@color/md__defaultBackground</item>
|
|
<item name="mdContentBackground">?android:attr/windowBackground</item>
|
|
</style>
|
|
|
|
</resources>
|