mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-14 23:35:10 +01:00
ae6dddf9f6
This UI updates adds Snackbar notifications for actions and extracts metadata in the form of an icon, name and author from NRO files to display in the game list. Co-Authored-By: Ryan Teal <zephyren25@users.noreply.github.com>
11 lines
343 B
XML
11 lines
343 B
XML
<resources>
|
|
|
|
<style name="AppTheme" parent="Theme.MaterialComponents.Light.NoActionBar">
|
|
<!-- Switch Red Theme -->
|
|
<item name="colorPrimary">@color/colorPrimary</item>
|
|
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
|
|
<item name="colorAccent">@color/colorAccent</item>
|
|
</style>
|
|
|
|
</resources>
|