2015-09-04 00:15:03 +00:00
|
|
|
<resources>
|
2016-02-16 02:49:58 +00:00
|
|
|
|
2017-08-12 04:50:25 +00:00
|
|
|
<style name="RootTheme" parent="android:Theme.Holo" />
|
2016-02-16 02:49:58 +00:00
|
|
|
|
2017-03-27 04:08:16 +00:00
|
|
|
<style name="PlayerTheme" parent="Theme.AppCompat.NoActionBar">
|
2016-07-26 11:50:52 +00:00
|
|
|
<item name="android:windowNoTitle">true</item>
|
|
|
|
<item name="android:windowBackground">@android:color/black</item>
|
|
|
|
</style>
|
2016-02-16 02:49:58 +00:00
|
|
|
|
2015-09-04 00:15:03 +00:00
|
|
|
<!-- Base application theme. -->
|
2017-04-26 19:24:33 +00:00
|
|
|
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
|
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>
|
2017-01-17 10:37:36 +00:00
|
|
|
<item name="thumbs_up">@drawable/ic_thumb_up_black_24dp</item>
|
|
|
|
<item name="thumbs_down">@drawable/ic_thumb_down_black_24dp</item>
|
|
|
|
<item name="audio">@drawable/ic_headset_black_24dp</item>
|
2017-08-12 04:50:25 +00:00
|
|
|
<item name="clear_history">@drawable/ic_delete_sweep_white_24dp</item>
|
2017-01-17 10:37:36 +00:00
|
|
|
<item name="download">@drawable/ic_file_download_black_24dp</item>
|
2017-02-12 15:45:01 +00:00
|
|
|
<item name="share">@drawable/ic_share_black_24dp</item>
|
2017-01-17 10:37:36 +00:00
|
|
|
<item name="cast">@drawable/ic_cast_black_24dp</item>
|
2017-04-26 19:24:33 +00:00
|
|
|
<item name="rss">@drawable/ic_rss_feed_black_24dp</item>
|
|
|
|
<item name="search">@drawable/ic_search_black_24dp</item>
|
|
|
|
<item name="close">@drawable/ic_close_black_24dp</item>
|
|
|
|
<item name="filter">@drawable/ic_filter_list_black_24dp</item>
|
|
|
|
<item name="popup">@drawable/ic_picture_in_picture_black_24dp</item>
|
|
|
|
<item name="expand">@drawable/ic_expand_more_black_24dp</item>
|
|
|
|
<item name="collapse">@drawable/ic_expand_less_black_24dp</item>
|
2017-05-15 03:57:04 +00:00
|
|
|
<item name="volume_off">@drawable/ic_volume_off_black_24dp</item>
|
2017-03-31 18:15:26 +00:00
|
|
|
<item name="separatorColor">@color/light_separator_color</item>
|
2017-04-26 19:24:33 +00:00
|
|
|
<item name="colorControlHighlight">@color/light_ripple_color</item>
|
2017-01-17 10:37:36 +00:00
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Dark Theme-->
|
2017-04-26 19:24:33 +00:00
|
|
|
<style name="DarkTheme" parent="Theme.AppCompat.NoActionBar">
|
2017-01-17 10:37:36 +00:00
|
|
|
<item name="colorPrimary">@color/dark_youtube_primary_color</item>
|
2017-04-26 19:24:33 +00:00
|
|
|
<item name="colorPrimaryDark">@color/dark_youtube_dark_color</item>
|
2017-01-17 10:37:36 +00:00
|
|
|
<item name="colorAccent">@color/dark_youtube_accent_color</item>
|
|
|
|
<item name="android:windowBackground">@color/dark_background_color</item>
|
|
|
|
<item name="thumbs_up">@drawable/ic_thumb_up_white_24dp</item>
|
|
|
|
<item name="thumbs_down">@drawable/ic_thumb_down_white_24dp</item>
|
|
|
|
<item name="audio">@drawable/ic_headset_white_24dp</item>
|
2017-08-12 04:50:25 +00:00
|
|
|
<item name="clear_history">@drawable/ic_delete_sweep_black_24dp</item>
|
2017-01-17 10:37:36 +00:00
|
|
|
<item name="download">@drawable/ic_file_download_white_24dp</item>
|
|
|
|
<item name="share">@drawable/ic_share_white_24dp</item>
|
|
|
|
<item name="cast">@drawable/ic_cast_white_24dp</item>
|
2017-08-07 13:02:30 +00:00
|
|
|
<item name="rss">@drawable/ic_rss_feed_white_24dp</item>
|
2017-04-26 19:24:33 +00:00
|
|
|
<item name="search">@drawable/ic_search_white_24dp</item>
|
|
|
|
<item name="close">@drawable/ic_close_white_24dp</item>
|
|
|
|
<item name="filter">@drawable/ic_filter_list_white_24dp</item>
|
|
|
|
<item name="popup">@drawable/ic_picture_in_picture_white_24dp</item>
|
|
|
|
<item name="expand">@drawable/ic_expand_more_white_24dp</item>
|
|
|
|
<item name="collapse">@drawable/ic_expand_less_white_24dp</item>
|
2017-05-15 03:57:04 +00:00
|
|
|
<item name="volume_off">@drawable/ic_volume_off_white_24dp</item>
|
2017-03-31 18:15:26 +00:00
|
|
|
<item name="separatorColor">@color/dark_separator_color</item>
|
2017-04-26 19:24:33 +00:00
|
|
|
<item name="colorControlHighlight">@color/dark_ripple_color</item>
|
2017-01-17 10:37:36 +00:00
|
|
|
</style>
|
|
|
|
|
2017-02-27 11:55:15 +00:00
|
|
|
<style name="BlackTheme" parent="DarkTheme">
|
|
|
|
<item name="android:windowBackground">@color/black</item>
|
2017-03-31 18:15:26 +00:00
|
|
|
<item name="separatorColor">@color/black_separator_color</item>
|
2017-02-27 11:55:15 +00:00
|
|
|
</style>
|
|
|
|
|
2017-04-26 19:24:33 +00:00
|
|
|
<style name="RedButton" parent="Widget.AppCompat.Button.Colored">
|
|
|
|
<item name="android:textColor">@color/white</item>
|
|
|
|
<item name="colorButtonNormal">@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>
|
|
|
|
|
2017-08-12 04:50:25 +00:00
|
|
|
<style name="AppTheme.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar" />
|
2016-07-26 11:50:52 +00:00
|
|
|
|
2017-08-12 04:50:25 +00:00
|
|
|
<style name="AppTheme.PopupOverlay" parent="ThemeOverlay.AppCompat.Light" />
|
2016-07-26 11:50:52 +00:00
|
|
|
|
2016-02-16 02:49:58 +00:00
|
|
|
</resources>
|