2015-09-04 00:15:03 +00:00
|
|
|
<resources>
|
|
|
|
<!-- Base application theme. -->
|
|
|
|
<style name="AppTheme" parent="Theme.AppCompat.Light">
|
|
|
|
<item name="android:actionBarStyle">@style/NewPipeActionbarTheme</item>
|
|
|
|
<item name="actionBarStyle">@style/NewPipeActionbarTheme</item>
|
2015-09-10 18:42:39 +00:00
|
|
|
<item name="colorPrimary">@color/primaryColorYoutube</item>
|
|
|
|
<item name="colorPrimaryDark">@color/primaryColorDarkYoutube</item>
|
2015-09-20 23:10:11 +00:00
|
|
|
<item name="colorAccent">@color/accentColorYoutube</item>
|
2015-12-14 10:01:34 +00:00
|
|
|
<item name="android:windowBackground">@color/background_gray</item>
|
2015-09-04 00:15:03 +00:00
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="NewPipeActionbarTheme" parent="Widget.AppCompat.Light.ActionBar.Solid" >
|
|
|
|
<item name="android:displayOptions">showHome</item>
|
|
|
|
<item name="displayOptions">showHome</item>
|
2015-09-10 18:42:39 +00:00
|
|
|
<item name="android:background">@color/primaryColorYoutube</item>
|
|
|
|
<item name="background">@color/primaryColorYoutube</item>
|
2015-09-04 00:15:03 +00:00
|
|
|
</style>
|
|
|
|
|
2015-11-29 12:06:27 +00:00
|
|
|
<style name="VideoPlayerTheme" parent="Theme.AppCompat.Light.DarkActionBar">
|
2015-09-04 00:15:03 +00:00
|
|
|
<item name="android:windowFullscreen">false</item>
|
|
|
|
<item name="android:windowActionBarOverlay">true</item>
|
|
|
|
<item name="windowActionBarOverlay">true</item>
|
2015-11-26 18:54:13 +00:00
|
|
|
<item name="android:actionBarStyle">@style/VideoPlayerActionBarTheme</item>
|
|
|
|
<item name="actionBarStyle">@style/VideoPlayerActionBarTheme</item>
|
2015-09-20 11:19:28 +00:00
|
|
|
<item name="colorAccent">@color/primaryColorYoutube</item>
|
2015-11-26 18:54:13 +00:00
|
|
|
<item name="android:windowBackground">@android:color/black</item>
|
2015-09-04 00:15:03 +00:00
|
|
|
</style>
|
|
|
|
|
2015-11-26 18:54:13 +00:00
|
|
|
<style name="VideoPlayerActionBarTheme" parent="Widget.AppCompat.Light.ActionBar.Solid.Inverse" >
|
2015-09-04 00:15:03 +00:00
|
|
|
<item name="android:displayOptions">showHome</item>
|
|
|
|
<item name="displayOptions">showHome</item>
|
2015-12-02 18:55:57 +00:00
|
|
|
<item name="android:background">@color/dark_overlay</item>
|
|
|
|
<item name="background">@color/dark_overlay</item>
|
2015-09-04 00:15:03 +00:00
|
|
|
</style>
|
2015-09-20 23:10:11 +00:00
|
|
|
</resources>
|