2015-09-04 00:15:03 +00:00
|
|
|
<resources>
|
2016-02-16 02:49:58 +00:00
|
|
|
|
2016-07-26 11:50:52 +00:00
|
|
|
<style name="RootTheme" parent="android:Theme.Holo"></style>
|
2016-02-16 02:49:58 +00:00
|
|
|
|
2016-07-26 11:50:52 +00:00
|
|
|
<style name="PlayerTheme" parent="@style/RootTheme">
|
|
|
|
<item name="android:windowNoTitle">true</item>
|
|
|
|
<item name="android:windowBackground">@android:color/black</item>
|
|
|
|
</style>
|
2016-02-16 02:49:58 +00:00
|
|
|
|
2016-07-26 11:50:52 +00:00
|
|
|
<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>
|
2016-02-16 02:49:58 +00:00
|
|
|
|
2015-09-04 00:15:03 +00: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 19:56:40 +00: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 00:15:03 +00:00
|
|
|
</style>
|
|
|
|
|
2016-12-29 19:19:39 +00:00
|
|
|
<!-- Dark Theme-->
|
|
|
|
<style name="DarkTheme" parent="Theme.AppCompat">
|
|
|
|
<item name="android:actionBarStyle">@style/NewPipeActionbarTheme</item>
|
|
|
|
<item name="actionBarStyle">@style/NewPipeActionbarTheme</item>
|
|
|
|
<item name="colorPrimary">@color/dark_youtube_primary_color</item>
|
|
|
|
<item name="colorPrimaryDark">@color/light_youtube_dark_color</item>
|
|
|
|
<item name="colorAccent">@color/dark_youtube_accent_color</item>
|
|
|
|
<item name="android:windowBackground">@color/dark_background_color</item>
|
|
|
|
</style>
|
|
|
|
|
2016-07-26 11:50:52 +00:00
|
|
|
<style name="NewPipeActionbarTheme" parent="Widget.AppCompat.Light.ActionBar.Solid">
|
2015-09-04 00:15:03 +00:00
|
|
|
<item name="android:displayOptions">showHome</item>
|
|
|
|
<item name="displayOptions">showHome</item>
|
2016-01-05 19:56:40 +00:00
|
|
|
<item name="android:background">@color/light_youtube_primary_color</item>
|
|
|
|
<item name="background">@color/light_youtube_primary_color</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>
|
2016-01-05 19:56:40 +00:00
|
|
|
<item name="colorAccent">@color/light_youtube_primary_color</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>
|
|
|
|
|
2016-07-26 11:50:52 +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>
|
2016-01-05 19:56:40 +00:00
|
|
|
<item name="android:background">@color/video_overlay_color</item>
|
|
|
|
<item name="background">@color/video_overlay_color</item>
|
2015-09-04 00:15:03 +00:00
|
|
|
</style>
|
2016-02-16 02:49:58 +00:00
|
|
|
|
2016-08-21 23:13:09 +00:00
|
|
|
<style name="SplashScreenTheme" parent="@style/AppTheme">
|
|
|
|
<item name="android:windowBackground">@drawable/splash_screen</item>
|
|
|
|
</style>
|
2016-04-21 23:28:01 +00:00
|
|
|
|
2016-05-26 14:59:12 +00:00
|
|
|
<!-- You can also inherit from NNF_BaseTheme.Light -->
|
2016-08-03 21:36:46 +00:00
|
|
|
<style name="FilePickerTheme" parent="NNF_BaseTheme.Light">
|
2016-05-26 14:59:12 +00:00
|
|
|
<!-- Set these to match your theme -->
|
|
|
|
<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>
|
|
|
|
|
|
|
|
<!-- Need to set this also to style create folder dialog -->
|
|
|
|
<item name="alertDialogTheme">@style/FilePickerAlertDialogTheme</item>
|
|
|
|
|
|
|
|
<!-- If you want to set a specific toolbar theme, do it here -->
|
|
|
|
<!-- <item name="nnf_toolbarTheme">@style/ThemeOverlay.AppCompat.Dark.ActionBar</item> -->
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="FilePickerAlertDialogTheme" parent="Theme.AppCompat.Dialog.Alert">
|
|
|
|
<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>
|
|
|
|
</style>
|
|
|
|
|
2016-07-26 11:50:52 +00:00
|
|
|
<style name="AppTheme.NoActionBar">
|
|
|
|
<item name="windowActionBar">false</item>
|
|
|
|
<item name="windowNoTitle">true</item>
|
|
|
|
</style>
|
|
|
|
|
2016-12-29 19:19:39 +00:00
|
|
|
<style name="DarkTheme.NoActionBar">
|
|
|
|
<item name="windowActionBar">false</item>
|
|
|
|
<item name="windowNoTitle">true</item>
|
|
|
|
</style>
|
|
|
|
|
2016-07-26 11:50:52 +00:00
|
|
|
<style name="AppTheme.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar" />
|
|
|
|
|
|
|
|
<style name="AppTheme.PopupOverlay" parent="ThemeOverlay.AppCompat.Light" />
|
|
|
|
|
2016-02-16 02:49:58 +00:00
|
|
|
</resources>
|