2018-01-30 07:01:57 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
|
|
|
<!-- YouTube -->
|
2018-06-13 23:55:55 +00:00
|
|
|
<style name="LightTheme.YouTube" parent="LightTheme.Switchable">
|
|
|
|
</style>
|
2018-01-30 07:01:57 +00:00
|
|
|
|
2018-06-13 23:55:55 +00:00
|
|
|
<style name="DarkTheme.YouTube" parent="DarkTheme.Switchable">
|
|
|
|
</style>
|
2018-01-30 07:01:57 +00:00
|
|
|
|
2018-06-13 23:55:55 +00:00
|
|
|
<style name="BlackTheme.YouTube" parent="BlackTheme.Switchable">
|
|
|
|
</style>
|
2018-12-23 21:41:42 +00:00
|
|
|
|
2018-01-30 07:01:57 +00:00
|
|
|
<!-- SoundCloud -->
|
|
|
|
<style name="LightTheme.SoundCloud" parent="LightTheme.Switchable">
|
|
|
|
<item name="colorPrimary">@color/light_soundcloud_primary_color</item>
|
|
|
|
<item name="colorPrimaryDark">@color/light_soundcloud_dark_color</item>
|
|
|
|
<item name="colorAccent">@color/light_soundcloud_accent_color</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="DarkTheme.SoundCloud" parent="DarkTheme.Switchable">
|
|
|
|
<item name="colorPrimary">@color/dark_soundcloud_primary_color</item>
|
|
|
|
<item name="colorPrimaryDark">@color/dark_soundcloud_dark_color</item>
|
|
|
|
<item name="colorAccent">@color/dark_soundcloud_accent_color</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="BlackTheme.SoundCloud" parent="BlackTheme.Switchable">
|
|
|
|
<item name="colorPrimary">@color/dark_soundcloud_primary_color</item>
|
|
|
|
<item name="colorPrimaryDark">@color/dark_soundcloud_dark_color</item>
|
|
|
|
<item name="colorAccent">@color/dark_soundcloud_accent_color</item>
|
|
|
|
</style>
|
|
|
|
|
2018-12-23 21:41:42 +00:00
|
|
|
<!-- Media.ccc -->
|
|
|
|
<style name="LightTheme.MediaCCC" parent="LightTheme.Switchable">
|
|
|
|
<item name="colorPrimary">@color/light_media_ccc_primary_color</item>
|
|
|
|
<item name="colorPrimaryDark">@color/light_media_ccc_statusbar_color</item>
|
|
|
|
<item name="colorAccent">@color/light_media_ccc_accent_color</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="DarkTheme.MediaCCC" parent="DarkTheme.Switchable">
|
|
|
|
<item name="colorPrimary">@color/dark_media_ccc_primary_color</item>
|
|
|
|
<item name="colorPrimaryDark">@color/dark_media_ccc_statusbar_color</item>
|
|
|
|
<item name="colorAccent">@color/dark_media_ccc_accent_color</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="BlackTheme.MediaCCC" parent="BlackTheme.Switchable">
|
|
|
|
<item name="colorPrimary">@color/dark_media_ccc_primary_color</item>
|
|
|
|
<item name="colorPrimaryDark">@color/dark_media_ccc_statusbar_color</item>
|
|
|
|
<item name="colorAccent">@color/dark_media_ccc_accent_color</item>
|
|
|
|
</style>
|
|
|
|
|
2018-01-30 07:01:57 +00:00
|
|
|
</resources>
|