2015-05-06 20:12:58 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
|
|
|
<!-- inherit from the material theme -->
|
2015-06-20 19:37:36 -04:00
|
|
|
<style name="DolphinBase" parent="Theme.AppCompat.Light.NoActionBar">
|
2015-05-06 20:12:58 -04:00
|
|
|
<!-- Main theme colors -->
|
|
|
|
<!-- your app branding color for the app bar -->
|
2015-06-20 19:37:36 -04:00
|
|
|
<item name="colorPrimary">@color/dolphin_blue</item>
|
2015-05-06 20:12:58 -04:00
|
|
|
<!-- darker variant for the status bar and contextual app bars -->
|
2015-06-20 19:37:36 -04:00
|
|
|
<item name="colorPrimaryDark">@color/dolphin_blue_dark</item>
|
2015-05-06 20:12:58 -04:00
|
|
|
</style>
|
|
|
|
|
2015-05-14 22:48:22 -04:00
|
|
|
<!-- Same as above, but use default action bar, and mandate margins. -->
|
2015-06-20 19:37:36 -04:00
|
|
|
<style name="DolphinSettingsBase" parent="Theme.AppCompat.Light.NoActionBar">
|
|
|
|
<item name="colorPrimary">@color/dolphin_blue</item>
|
|
|
|
<item name="colorPrimaryDark">@color/dolphin_blue_dark</item>
|
2015-05-14 22:48:22 -04:00
|
|
|
</style>
|
|
|
|
|
2015-05-09 12:36:17 -04:00
|
|
|
<!-- Inherit from the Base Dolphin Theme-->
|
|
|
|
<style name="DolphinWii" parent="DolphinBase">
|
|
|
|
<!-- theme UI controls like checkboxes and text fields -->
|
2015-06-20 19:37:36 -04:00
|
|
|
<item name="colorAccent">@color/dolphin_accent_wii</item>
|
2015-05-09 12:36:17 -04:00
|
|
|
</style>
|
2015-05-06 20:12:58 -04:00
|
|
|
|
2015-05-09 12:36:17 -04:00
|
|
|
<style name="DolphinGamecube" parent="DolphinBase">
|
2015-06-20 19:37:36 -04:00
|
|
|
<item name="colorAccent">@color/dolphin_accent_gamecube</item>
|
2015-05-06 20:12:58 -04:00
|
|
|
</style>
|
|
|
|
|
2015-05-09 12:36:17 -04:00
|
|
|
<style name="DolphinWiiware" parent="DolphinBase">
|
2015-06-20 19:37:36 -04:00
|
|
|
<item name="colorAccent">@color/dolphin_accent_wiiware</item>
|
2015-05-06 20:12:58 -04:00
|
|
|
</style>
|
2015-05-14 22:48:22 -04:00
|
|
|
|
|
|
|
<!-- Inherit from the Base Dolphin Settings Theme-->
|
|
|
|
<style name="DolphinSettingsWii" parent="DolphinSettingsBase">
|
2015-06-20 19:37:36 -04:00
|
|
|
<item name="colorAccent">@color/dolphin_accent_wii</item>
|
2015-05-14 22:48:22 -04:00
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="DolphinSettingsGamecube" parent="DolphinSettingsBase">
|
2015-06-20 19:37:36 -04:00
|
|
|
<item name="colorAccent">@color/dolphin_accent_gamecube</item>
|
2015-05-14 22:48:22 -04:00
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="DolphinSettingsWiiware" parent="DolphinSettingsBase">
|
|
|
|
<!-- theme UI controls like checkboxes and text fields -->
|
2015-06-20 19:37:36 -04:00
|
|
|
<item name="colorAccent">@color/dolphin_accent_wiiware</item>
|
2015-05-14 22:48:22 -04:00
|
|
|
</style>
|
2015-05-17 09:47:56 -04:00
|
|
|
|
|
|
|
<!-- Themes for Dialogs -->
|
2015-06-20 19:37:36 -04:00
|
|
|
<style name="DolphinDialogBase" parent="Theme.AppCompat.Light.Dialog">
|
|
|
|
<item name="colorPrimary">@color/dolphin_blue</item>
|
|
|
|
<item name="colorPrimaryDark">@color/dolphin_blue_dark</item>
|
2015-05-17 09:47:56 -04:00
|
|
|
</style>
|
|
|
|
|
|
|
|
<!-- Inherit from the Base Dolphin Dialog Theme-->
|
|
|
|
<style name="DolphinDialogWii" parent="DolphinDialogBase">
|
2015-06-20 19:37:36 -04:00
|
|
|
<item name="colorAccent">@color/dolphin_accent_wii</item>
|
2015-05-17 09:47:56 -04:00
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="DolphinDialogGamecube" parent="DolphinDialogBase">
|
2015-06-20 19:37:36 -04:00
|
|
|
<item name="colorAccent">@color/dolphin_accent_gamecube</item>
|
2015-05-17 09:47:56 -04:00
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="DolphinDialogWiiware" parent="DolphinDialogBase">
|
2015-06-20 19:37:36 -04:00
|
|
|
<item name="colorAccent">@color/dolphin_accent_wiiware</item>
|
2015-05-20 07:07:17 -04:00
|
|
|
</style>
|
|
|
|
|
2015-06-20 19:37:36 -04:00
|
|
|
<style name="DolphinEmulationBase" parent="Theme.AppCompat.Light.DarkActionBar">
|
|
|
|
<item name="colorPrimary">@color/dolphin_blue</item>
|
|
|
|
<item name="colorPrimaryDark">@color/dolphin_blue_dark</item>
|
2015-05-20 07:07:17 -04:00
|
|
|
<item name="android:windowTranslucentNavigation">true</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<!-- Inherit from the Base Dolphin Emulation Theme-->
|
|
|
|
<style name="DolphinEmulationWii" parent="DolphinEmulationBase">
|
2015-06-20 19:37:36 -04:00
|
|
|
<item name="colorAccent">@color/dolphin_accent_wii</item>
|
2015-05-20 07:07:17 -04:00
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="DolphinEmulationGamecube" parent="DolphinEmulationBase">
|
2015-06-20 19:37:36 -04:00
|
|
|
<item name="colorAccent">@color/dolphin_accent_gamecube</item>
|
2015-05-20 07:07:17 -04:00
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="DolphinEmulationWiiware" parent="DolphinEmulationBase">
|
2015-06-20 19:37:36 -04:00
|
|
|
<item name="colorAccent">@color/dolphin_accent_wiiware</item>
|
2015-05-17 09:47:56 -04:00
|
|
|
</style>
|
2015-06-21 19:22:12 -04:00
|
|
|
|
|
|
|
|
|
|
|
<!-- Hax to make Tablayout render icons -->
|
|
|
|
<style name="MyCustomTextAppearance" parent="TextAppearance.Design.Tab">
|
|
|
|
<item name="textAllCaps">false</item>
|
|
|
|
</style>
|
|
|
|
|
2015-05-06 20:12:58 -04:00
|
|
|
</resources>
|