Android: Add type to game list (disc/psexe)

This commit is contained in:
Connor McLaughlin
2019-12-04 21:54:14 +10:00
parent dec475db62
commit 8c33163ef1
8 changed files with 233 additions and 23 deletions

View File

@ -3,8 +3,8 @@
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorPrimary">@color/design_default_color_primary</item>
<item name="colorPrimaryDark">@color/design_default_color_primary_dark</item>
<item name="colorAccent">@color/colorAccent</item>
</style>