2015-09-04 02:15:03 +02:00
|
|
|
<resources>
|
2016-02-16 03:49:58 +01:00
|
|
|
|
|
|
|
<style name="RootTheme" parent="android:Theme.Holo">
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="PlayerTheme" parent="@style/RootTheme">
|
|
|
|
<item name="android:windowNoTitle">true</item>
|
|
|
|
<item name="android:windowBackground">@android:color/black</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="ExoPlayerButton">
|
|
|
|
<item name="android:layout_width">wrap_content</item>
|
|
|
|
<item name="android:layout_height">wrap_content</item>
|
|
|
|
<item name="android:minWidth">40dp</item>
|
|
|
|
</style>
|
|
|
|
|
2015-09-04 02:15:03 +02:00
|
|
|
<!-- Base application theme. -->
|
|
|
|
<style name="AppTheme" parent="Theme.AppCompat.Light">
|
|
|
|
<item name="android:actionBarStyle">@style/NewPipeActionbarTheme</item>
|
|
|
|
<item name="actionBarStyle">@style/NewPipeActionbarTheme</item>
|
2016-01-05 20:56:40 +01:00
|
|
|
<item name="colorPrimary">@color/light_youtube_primary_color</item>
|
|
|
|
<item name="colorPrimaryDark">@color/light_youtube_dark_color</item>
|
|
|
|
<item name="colorAccent">@color/light_youtube_accent_color</item>
|
|
|
|
<item name="android:windowBackground">@color/light_background_color</item>
|
2015-09-04 02:15:03 +02:00
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="NewPipeActionbarTheme" parent="Widget.AppCompat.Light.ActionBar.Solid" >
|
|
|
|
<item name="android:displayOptions">showHome</item>
|
|
|
|
<item name="displayOptions">showHome</item>
|
2016-01-05 20:56:40 +01:00
|
|
|
<item name="android:background">@color/light_youtube_primary_color</item>
|
|
|
|
<item name="background">@color/light_youtube_primary_color</item>
|
2015-09-04 02:15:03 +02:00
|
|
|
</style>
|
|
|
|
|
2015-11-29 13:06:27 +01:00
|
|
|
<style name="VideoPlayerTheme" parent="Theme.AppCompat.Light.DarkActionBar">
|
2015-09-04 02:15:03 +02:00
|
|
|
<item name="android:windowFullscreen">false</item>
|
|
|
|
<item name="android:windowActionBarOverlay">true</item>
|
|
|
|
<item name="windowActionBarOverlay">true</item>
|
2015-11-26 19:54:13 +01:00
|
|
|
<item name="android:actionBarStyle">@style/VideoPlayerActionBarTheme</item>
|
|
|
|
<item name="actionBarStyle">@style/VideoPlayerActionBarTheme</item>
|
2016-01-05 20:56:40 +01:00
|
|
|
<item name="colorAccent">@color/light_youtube_primary_color</item>
|
2015-11-26 19:54:13 +01:00
|
|
|
<item name="android:windowBackground">@android:color/black</item>
|
2015-09-04 02:15:03 +02:00
|
|
|
</style>
|
|
|
|
|
2015-11-26 19:54:13 +01:00
|
|
|
<style name="VideoPlayerActionBarTheme" parent="Widget.AppCompat.Light.ActionBar.Solid.Inverse" >
|
2015-09-04 02:15:03 +02:00
|
|
|
<item name="android:displayOptions">showHome</item>
|
|
|
|
<item name="displayOptions">showHome</item>
|
2016-01-05 20:56:40 +01:00
|
|
|
<item name="android:background">@color/video_overlay_color</item>
|
|
|
|
<item name="background">@color/video_overlay_color</item>
|
2015-09-04 02:15:03 +02:00
|
|
|
</style>
|
2016-02-16 03:49:58 +01:00
|
|
|
|
2016-04-22 01:28:01 +02:00
|
|
|
|
2016-02-16 03:49:58 +01:00
|
|
|
</resources>
|