Repo created
This commit is contained in:
parent
c49f951a12
commit
9d6cbf6fba
323 changed files with 41128 additions and 0 deletions
29
res/values/arrays.xml
Normal file
29
res/values/arrays.xml
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012 Andrew Neal
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<!-- Main TitlePageIndicator titles -->
|
||||
<string-array name="page_titles">
|
||||
<item>@string/page_playlists</item>
|
||||
<item>@string/page_recent</item>
|
||||
<item>@string/page_artists</item>
|
||||
<item>@string/page_albums</item>
|
||||
<item>@string/page_songs</item>
|
||||
<item>@string/page_genres</item>
|
||||
</string-array>
|
||||
|
||||
</resources>
|
||||
25
res/values/attrs.xml
Normal file
25
res/values/attrs.xml
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012 Andrew Neal
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<declare-styleable name="ThemeableTextView">
|
||||
|
||||
<!-- Used to set the themeable resource name for the text view -->
|
||||
<attr name="themeResource" format="string" />
|
||||
</declare-styleable>
|
||||
|
||||
</resources>
|
||||
61
res/values/colors.xml
Normal file
61
res/values/colors.xml
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012 Andrew Neal
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<!-- See through -->
|
||||
<color name="transparent">#00000000</color>
|
||||
|
||||
<!-- Black -->
|
||||
<color name="black">#ff000000</color>
|
||||
|
||||
<!-- White -->
|
||||
<color name="white">#ffffffff</color>
|
||||
|
||||
<!-- Transparent black -->
|
||||
<color name="transparent_black">#99000000</color>
|
||||
|
||||
<!-- Transparent white -->
|
||||
<color name="transparent_white">#ffcccccc</color>
|
||||
|
||||
<!-- Dark transparent color -->
|
||||
<color name="list_item_background">#c1000000</color>
|
||||
|
||||
<!-- A darkish color used for the action bar -->
|
||||
<color name="action_bar_color">#ff0d0d0d</color>
|
||||
|
||||
<!-- A light, Holo shade of blue -->
|
||||
<color name="holo_blue_light">#ff33b5e5</color>
|
||||
|
||||
<!-- A light, transparent Holo shade of blue -->
|
||||
<color name="holo_blue_light_transparent">#9933b5e5</color>
|
||||
|
||||
<!-- A light Holo shade of green -->
|
||||
<color name="holo_green_light">#ff99cc00</color>
|
||||
|
||||
<!-- A light Holo shade of red -->
|
||||
<color name="holo_red_light">#ffff4444</color>
|
||||
|
||||
<!-- A Holo shade of purple -->
|
||||
<color name="holo_purple">#ffaa66cc</color>
|
||||
|
||||
<!-- A light Holo shade of orange -->
|
||||
<color name="holo_orange_light">#ffffbb33</color>
|
||||
|
||||
<!-- A dark Holo shade of orange -->
|
||||
<color name="holo_orange_dark">#ffff8800</color>
|
||||
|
||||
</resources>
|
||||
28
res/values/config.xml
Normal file
28
res/values/config.xml
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012 Andrew Neal
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<!-- Configures hardware acceleration -->
|
||||
<bool name="config_hardwareAccelerated">true</bool>
|
||||
|
||||
<!-- Configures a larger heap size -->
|
||||
<bool name="config_largeHeap">true</bool>
|
||||
|
||||
<!-- Running Honeycomb or above -->
|
||||
<bool name="has_honeycomb">false</bool>
|
||||
|
||||
</resources>
|
||||
123
res/values/dimens.xml
Normal file
123
res/values/dimens.xml
Normal file
|
|
@ -0,0 +1,123 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012 Andrew Neal
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<!-- Text sizes -->
|
||||
<dimen name="text_size_extra_micro">10.0sp</dimen>
|
||||
<dimen name="text_size_micro">12.0sp</dimen>
|
||||
<dimen name="text_size_small">14.0sp</dimen>
|
||||
<dimen name="text_size_medium">16.0sp</dimen>
|
||||
<dimen name="text_size_large">18.0sp</dimen>
|
||||
<dimen name="text_size_x_large">24.0sp</dimen>
|
||||
<dimen name="text_size_dayum">36.0sp</dimen>
|
||||
|
||||
<!-- List and grid view padding -->
|
||||
<dimen name="list_preferred_item_padding">10.0dip</dimen>
|
||||
<!-- List view fast scroll padding left -->
|
||||
<dimen name="fast_scroll_padding_left">8.0dip</dimen>
|
||||
<!-- List view fast scroll padding right -->
|
||||
<dimen name="fast_scroll_padding_right">0.0dip</dimen>
|
||||
<!-- grid view vertical and horizontal spacing -->
|
||||
<dimen name="grid_item_spacing">4.0dip</dimen>
|
||||
<!-- List item detailed height -->
|
||||
<dimen name="list_item_detailed_height">120.0dip</dimen>
|
||||
<!-- Top margin of "line_two" -->
|
||||
<dimen name="list_item_line_two_margin_top">8.0dip</dimen>
|
||||
<!-- Left padding in the grid text -->
|
||||
<dimen name="grid_item_padding_left">8.0dip</dimen>
|
||||
<!-- Grid and list item normal height -->
|
||||
<dimen name="item_normal_height">64.0dip</dimen>
|
||||
|
||||
<!-- Bottom Action Bar -->
|
||||
<dimen name="bottom_action_bar_height">48.0dip</dimen>
|
||||
<dimen name="bottom_action_bar_item_width">56.0dip</dimen>
|
||||
<dimen name="bottom_action_bar_item_padding_left">12.0dip</dimen>
|
||||
<dimen name="bottom_action_bar_item_padding_right">12.0dip</dimen>
|
||||
<dimen name="bottom_action_bar_album_art_width">30.0dip</dimen>
|
||||
<dimen name="bottom_action_bar_album_art_height">30.0dip</dimen>
|
||||
<dimen name="bottom_action_bar_info_padding_left">5.0dip</dimen>
|
||||
<dimen name="bottom_action_bar_button_container_width">165.0dip</dimen>
|
||||
|
||||
<!-- Notification template -->
|
||||
<dimen name="notification_big_icon_height">64.0dip</dimen>
|
||||
<dimen name="notification_big_icon_width">64.0dip</dimen>
|
||||
<dimen name="notification_info_container_padding_left">8.0dip</dimen>
|
||||
<dimen name="notification_info_container_padding_bottom">4.0dip</dimen>
|
||||
<dimen name="notification_action_padding">8.0dip</dimen>
|
||||
<dimen name="notification_action_height">48.0dip</dimen>
|
||||
<dimen name="notification_action_width">48.0dip</dimen>
|
||||
|
||||
<!-- Notification template expanded -->
|
||||
<dimen name="notification_expanded_height">128.0dip</dimen>
|
||||
<dimen name="notification_expanded_buttons_divider_padding">12.0dip</dimen>
|
||||
<dimen name="notification_expanded_button_height">48.0dip</dimen>
|
||||
<dimen name="notification_expanded_button_padding">10.0dip</dimen>
|
||||
<dimen name="notification_expanded_content_padding_top">8.0dip</dimen>
|
||||
<dimen name="notification_expanded_collapse_padding">8.0dip</dimen>
|
||||
|
||||
<!-- Height of the shadow asset under the photo -->
|
||||
<dimen name="profile_photo_shadow_height">10.0dip</dimen>
|
||||
<!-- Height of the text label in the carousel -->
|
||||
<dimen name="profile_carousel_label_height">45.0dip</dimen>
|
||||
<dimen name="profile_indicator_height">5.0dip</dimen>
|
||||
<dimen name="profile_label_padding">16.0dip</dimen>
|
||||
|
||||
<!-- Audio player -->
|
||||
<dimen name="audio_player_header_height">60.0dip</dimen>
|
||||
<dimen name="audio_player_header_padding_left">16.0dip</dimen>
|
||||
<dimen name="audio_player_header_padding_right">16.0dip</dimen>
|
||||
<dimen name="audio_player_switch_padding">10.0dip</dimen>
|
||||
<dimen name="audio_player_time_width">52.0dip</dimen>
|
||||
<dimen name="audio_player_seek_bar_margin_bottom">2.0dip</dimen>
|
||||
<dimen name="audio_player_controls_end_button_width">50.0dip</dimen>
|
||||
<dimen name="audio_player_controls_end_button_height">50.0dip</dimen>
|
||||
<dimen name="audio_player_controls_main_button_width">58.0dip</dimen>
|
||||
<dimen name="audio_player_controls_main_button_height">58.0dip</dimen>
|
||||
|
||||
<!-- App Widgets -->
|
||||
<dimen name="app_widget_large_min_width">250.0dip</dimen>
|
||||
<dimen name="app_widget_large_min_height">128.0dip</dimen>
|
||||
<dimen name="app_widget_scrollable_min_height">180.0dip</dimen>
|
||||
<dimen name="app_widget_scrollable_min_resize_height">110.0dip</dimen>
|
||||
<dimen name="app_widget_large_alternate_artwork_size">80.0dip</dimen>
|
||||
<dimen name="app_widget_small_min_width">250.0dip</dimen>
|
||||
<dimen name="app_widget_small_min_height">40.0dip</dimen>
|
||||
<dimen name="app_widget_small_info_container_padding_left">8.0dip</dimen>
|
||||
<dimen name="app_widget_small_info_container_padding_right">8.0dip</dimen>
|
||||
<dimen name="app_widget_small_info_container_padding_top">5.0dip</dimen>
|
||||
<dimen name="app_widget_small_artwork_size">48.0dip</dimen>
|
||||
<dimen name="app_widget_small_button_padding">8.0dip</dimen>
|
||||
<dimen name="app_widget_small_button_height">48.0dip</dimen>
|
||||
<dimen name="app_widget_recents_action_bar_height">48.0dip</dimen>
|
||||
<dimen name="app_widget_recents_action_bar_item_padding">8.0dip</dimen>
|
||||
<dimen name="app_widget_tiny_height">70.0dip</dimen>
|
||||
<dimen name="app_widget_tiny_width">70.0dip</dimen>
|
||||
<dimen name="app_widget_padding">10.0dip</dimen>
|
||||
|
||||
<!-- Shadow height -->
|
||||
<dimen name="shadow_height">5.0dip</dimen>
|
||||
|
||||
<!-- Colorstrip -->
|
||||
<dimen name="colorstrip_height">2.0dip</dimen>
|
||||
|
||||
<!-- Drag and drop -->
|
||||
<dimen name="drag_and_drop_handle">26.0dip</dimen>
|
||||
|
||||
<!-- Color scheme dialog -->
|
||||
<dimen name="color_scheme_dialog_row_padding">8.0dip</dimen>
|
||||
|
||||
</resources>
|
||||
24
res/values/donottranslate.xml
Normal file
24
res/values/donottranslate.xml
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012 Andrew Neal
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
|
||||
<!-- Do not translate. Duration format for duration < 1 hour -->
|
||||
<string name="durationformatshort"><xliff:g id="format">%2$d:%5$02d</xliff:g></string>
|
||||
<!-- Do not translate. Duration format for duration >= 1 hour -->
|
||||
<string name="durationformatlong"><xliff:g id="format">%1$d:%3$02d:%5$02d</xliff:g></string>
|
||||
|
||||
</resources>
|
||||
22
res/values/fractions.xml
Normal file
22
res/values/fractions.xml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012 Andrew Neal
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<item name="tab_width_screen_percentage" type="fraction">75.0%</item>
|
||||
<item name="tab_height_screen_percentage" type="fraction">42.0%</item>
|
||||
|
||||
</resources>
|
||||
90
res/values/plurals.xml
Normal file
90
res/values/plurals.xml
Normal file
|
|
@ -0,0 +1,90 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012 Andrew Neal
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
|
||||
<!-- Used to indicate the number of artists -->
|
||||
<plurals name="Nartists">
|
||||
|
||||
<!-- Only one artist -->
|
||||
<item quantity="one">1 artist</item>
|
||||
<!-- More than one artist -->
|
||||
<item quantity="other"><xliff:g id="count">%d</xliff:g> artists</item>
|
||||
</plurals>
|
||||
|
||||
<!-- Used to indicate the number of albums for an artist -->
|
||||
<plurals name="Nalbums">
|
||||
|
||||
<!-- Only one album -->
|
||||
<item quantity="one">1 album</item>
|
||||
<!-- More than one album -->
|
||||
<item quantity="other"><xliff:g id="count">%d</xliff:g> albums</item>
|
||||
</plurals>
|
||||
|
||||
<!-- Used to indicate the number of songs for an album -->
|
||||
<plurals name="Nsongs">
|
||||
|
||||
<!-- Only one song -->
|
||||
<item quantity="one">1 song</item>
|
||||
<item quantity="other"><xliff:g id="count">%d</xliff:g> songs</item>
|
||||
</plurals>
|
||||
|
||||
<!-- Used to indicate the number of genres -->
|
||||
<plurals name="Ngenres">
|
||||
|
||||
<!-- Only one genre -->
|
||||
<item quantity="one">1 genre</item>
|
||||
<!-- More than one genre -->
|
||||
<item quantity="other"><xliff:g id="count">%d</xliff:g> genres</item>
|
||||
</plurals>
|
||||
|
||||
<!-- Toasts after adding song(s) to playlists -->
|
||||
<plurals name="NNNtrackstoplaylist">
|
||||
|
||||
<!-- message shown when one song was added -->
|
||||
<item quantity="one">1 song added to playlist.</item>
|
||||
<!-- message shown when zero or more than one song was added -->
|
||||
<item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> songs added to playlist.</item>
|
||||
</plurals>
|
||||
|
||||
<!-- Toasts after adding song(s) to queue -->
|
||||
<plurals name="NNNtrackstoqueue">
|
||||
|
||||
<!-- message shown when one song was added -->
|
||||
<item quantity="one">1 song added to the queue.</item>
|
||||
<!-- message shown when zero or more than one song was added -->
|
||||
<item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> songs added to the queue.</item>
|
||||
</plurals>
|
||||
|
||||
<!-- Toasts after adding song(s) to the favorites list -->
|
||||
<plurals name="NNNtrackstofavorites">
|
||||
|
||||
<!-- message shown when one song was added -->
|
||||
<item quantity="one">1 song added to Favorites.</item>
|
||||
<!-- message shown when zero or more than one song was added -->
|
||||
<item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> songs added to Favorites.</item>
|
||||
</plurals>
|
||||
|
||||
<!-- Toast confirming that song(s) was/were deleted. -->
|
||||
<plurals name="NNNtracksdeleted">
|
||||
|
||||
<!-- delete confirmation message for 1 song -->
|
||||
<item quantity="one">1 song was deleted.</item>
|
||||
<!-- delete confirmation message for 0 or more than 1 songs -->
|
||||
<item quantity="other"><xliff:g id="songs_to_delete">%d</xliff:g> songs were deleted.</item>
|
||||
</plurals>
|
||||
|
||||
</resources>
|
||||
189
res/values/strings.xml
Normal file
189
res/values/strings.xml
Normal file
|
|
@ -0,0 +1,189 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012 Andrew Neal
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
|
||||
<string name="app_name">Apollo</string>
|
||||
|
||||
<!-- Page titles -->
|
||||
<string name="page_recent">Recent</string>
|
||||
<string name="page_artists">Artists</string>
|
||||
<string name="page_albums">Albums</string>
|
||||
<string name="page_songs">Songs</string>
|
||||
<string name="page_playlists">Playlists</string>
|
||||
<string name="page_genres">Genres</string>
|
||||
|
||||
<!-- Option menu items -->
|
||||
<string name="menu_settings">Settings</string>
|
||||
<string name="menu_search">Search</string>
|
||||
<string name="menu_shuffle">Shuffle all</string>
|
||||
<string name="menu_play_all">Play all</string>
|
||||
<string name="menu_sort_by">Sort by</string>
|
||||
<string name="menu_shop">Shop for themes</string>
|
||||
<string name="menu_clear_recents">Clear recent</string>
|
||||
<string name="menu_clear_queue">Clear queue</string>
|
||||
<string name="menu_save_queue">Save queue</string>
|
||||
<string name="menu_clear_favorites">Clear Favorites</string>
|
||||
<string name="menu_share">Share</string>
|
||||
<string name="menu_save_lyrics">Save lyrics</string>
|
||||
<string name="menu_remove_lyrics">Delete lyrics</string>
|
||||
<string name="menu_download_lyrics">Fetch lyrics</string>
|
||||
<string name="menu_add_to_homescreen">Place on Home screen</string>
|
||||
<string name="menu_equalizer">Equalizer</string>
|
||||
<string name="menu_simple">Simple</string>
|
||||
<string name="menu_detailed">Detailed</string>
|
||||
<string name="menu_grid">Grid</string>
|
||||
<string name="menu_view_as">View as</string>
|
||||
|
||||
<!-- Playlist items -->
|
||||
<string name="add_to_playlist">Add to playlist</string>
|
||||
<string name="add_to_favorites">Add to Favorites</string>
|
||||
<string name="add_to_queue">Add to queue</string>
|
||||
<string name="add_to_quickplay">Pin to Quickplay</string>
|
||||
<string name="remove_from_favorites">Remove from Favorites</string>
|
||||
<string name="remove_from_playlist">Remove from playlist</string>
|
||||
<string name="remove_from_recent">Remove from recent</string>
|
||||
<string name="remove_from_queue">Remove from queue</string>
|
||||
<string name="remove_from_quickplay">Remove from Quickplay</string>
|
||||
|
||||
<!-- Sort orders -->
|
||||
<string name="sort_order_entry_az">A-Z</string>
|
||||
<string name="sort_order_entry_za">Z-A</string>
|
||||
<string name="sort_order_entry_artist">Artist</string>
|
||||
<string name="sort_order_entry_album">Album</string>
|
||||
<string name="sort_order_entry_year">Year</string>
|
||||
<string name="sort_order_entry_duration">Duration</string>
|
||||
<string name="sort_order_entry_date_added">Date added</string>
|
||||
<string name="sort_order_entry_track_list">Track list</string>
|
||||
<string name="sort_order_entry_number_of_songs">Number of songs</string>
|
||||
<string name="sort_order_entry_number_of_albums">Number of albums</string>
|
||||
|
||||
<!-- Default playlist names -->
|
||||
<string name="playlist_favorites">Favorites</string>
|
||||
<string name="playlist_last_added">Last added</string>
|
||||
|
||||
<!-- AlertDialog items -->
|
||||
<string name="sort_order_title">Sort by</string>
|
||||
<string name="new_playlist">New playlist</string>
|
||||
<string name="save">Save</string>
|
||||
<string name="cancel">Cancel</string>
|
||||
<string name="overwrite">Overwrite</string>
|
||||
<string name="new_playlist_name_template">Playlist <xliff:g id="number">%d</xliff:g></string>
|
||||
<string name="create_playlist_prompt" msgid="942607395076646686">"Playlist name"</string>
|
||||
<string name="cannot_be_undone">This cannot be undone</string>
|
||||
<string name="delete_warning">This will permanently delete the cached image entries</string>
|
||||
<string name="new_photo">Choose photo from Gallery</string>
|
||||
<string name="google_search">Google search</string>
|
||||
<string name="use_default">Use default photo</string>
|
||||
<string name="old_photo">Use old photo</string>
|
||||
|
||||
<!-- Context menu items -->
|
||||
<string name="context_menu_play_selection">Play</string>
|
||||
<string name="context_menu_play_next">Play next</string>
|
||||
<string name="context_menu_more_by_artist">More by artist</string>
|
||||
<string name="context_menu_rename_playlist">Rename</string>
|
||||
<string name="context_menu_delete">Delete</string>
|
||||
<string name="context_menu_fetch_album_art">Fetch album art</string>
|
||||
<string name="context_menu_fetch_artist_image">Fetch artist image</string>
|
||||
<string name="context_menu_open_in_play_store">Open in Play Store</string>
|
||||
<string name="context_menu_remove_from_recent">Remove from recent</string>
|
||||
<string name="context_menu_remove_from_queue">Remove from queue</string>
|
||||
<string name="context_menu_use_as_ringtone">Use as ringtone</string>
|
||||
|
||||
<!-- Content descriptions -->
|
||||
<string name="accessibility_play">Play</string>
|
||||
<string name="accessibility_pause">Pause</string>
|
||||
<string name="accessibility_next">Next</string>
|
||||
<string name="accessibility_prev">Previous</string>
|
||||
<string name="accessibility_shuffle">Shuffle</string>
|
||||
<string name="accessibility_shuffle_all">Shuffle all</string>
|
||||
<string name="accessibility_repeat">Repeat</string>
|
||||
<string name="accessibility_repeat_all">Repeat all</string>
|
||||
<string name="accessibility_repeat_one">Repeat one</string>
|
||||
<string name="accessibility_add_to_favorites">Add to favorites</string>
|
||||
<string name="accessibility_remove_from_favorites">Remove from favorites</string>
|
||||
|
||||
<!-- Toast messages -->
|
||||
<string name="removed_from_favorites">removed from Favorites</string>
|
||||
<string name="removed_from_recent">removed from recent</string>
|
||||
<string name="removed_from_playlist">removed from playlist</string>
|
||||
<string name="added_to_favorites">added to Favorites</string>
|
||||
<string name="pinned_to_home_screen">pinned to your Home screen</string>
|
||||
<string name="could_not_be_pinned_to_home_screen">could not be pinned to your Home screen</string>
|
||||
<string name="set_as_ringtone">\"<xliff:g id="name" example="Alarm Bell">%s</xliff:g>\" set as ringtone</string>
|
||||
<string name="playlist_renamed">Playlist renamed</string>
|
||||
<string name="theme_set">set as the theme</string>
|
||||
<string name="lyrics_saved">lyrics saved</string>
|
||||
<string name="lyrics_deleted">lyrics deleted</string>
|
||||
|
||||
<!-- Settings -->
|
||||
<string name="settings_ui_category">Interface</string>
|
||||
<string name="settings_storage_category">Storage</string>
|
||||
<string name="settings_data_category">Data</string>
|
||||
<string name="settings_about_category">About</string>
|
||||
<string name="settings_author_title">Author</string>
|
||||
<string name="settings_about_apollo">About Apollo</string>
|
||||
<string name="settings_special_thanks">Special thanks</string>
|
||||
<string name="settings_cyanogenmod_title">CyanogenMod</string>
|
||||
<string name="settings_self_title">Andrew Neal</string>
|
||||
<string name="settings_lopez_title">A.J. Lopez</string>
|
||||
<string name="settings_lopez_summary">Icon and Play Store banner design</string>
|
||||
<string name="settings_color_scheme_title">Choose Apollo\'s default color scheme</string>
|
||||
<string name="settings_color_scheme_summary">Changes the accent color in Apollo</string>
|
||||
<string name="settings_theme_chooser_title">Theme chooser</string>
|
||||
<string name="settings_delete_cache_title">Delete cache</string>
|
||||
<string name="settings_delete_cache_summary">Remove all cached images</string>
|
||||
<string name="settings_download_only_on_wifi_title">Download via Wi-Fi only</string>
|
||||
<string name="settings_download_only_on_wifi_summary">To reduce carrier charges, don\'t download over mobile networks</string>
|
||||
<string name="settings_download_missing_artwork_title">Download missing album art</string>
|
||||
<string name="settings_download_artist_images_title">Download missing artist images</string>
|
||||
<string name="settings_open_source_licenses">Open source licenses</string>
|
||||
<string name="settings_use_lockscreen_controls">Use lockscreen controls</string>
|
||||
<string name="settings_version_title">Version number</string>
|
||||
|
||||
<!-- Share Intent -->
|
||||
<string name="now_listening_to">#NowPlaying</string>
|
||||
<string name="by">by</string>
|
||||
<string name="share_track_using">Share track using:</string>
|
||||
<string name="hash_apollo">#Apollo</string>
|
||||
|
||||
<!-- ColorPicker -->
|
||||
<string name="color_picker_title">Color scheme</string>
|
||||
<string name="hex">#</string>
|
||||
<string name="current_color">Current</string>
|
||||
<string name="new_color">New</string>
|
||||
|
||||
<!-- App widget -->
|
||||
<string name="app_widget_small">Apollo: 4x1</string>
|
||||
<string name="app_widget_large">Apollo: 4x2</string>
|
||||
<string name="app_widget_large_alt">Apollo: 4x2 (Alternate)</string>
|
||||
<string name="app_widget_recent">Apollo: Recently listened</string>
|
||||
<string name="app_widget_text_separator">-</string>
|
||||
|
||||
<!-- What keywords to use when shopping for Apollo themes -->
|
||||
<string name="apollo_themes_shop_key">Apollo Themes</string>
|
||||
|
||||
<!-- Empty list / error messages -->
|
||||
<string name="no_effects_for_you">The equalizer could not be opened.</string>
|
||||
<string name="empty_music">To copy music from your computer to your device, use a USB cable.</string>
|
||||
<string name="empty_last_added">Songs you\'ve added over the last month will be shown here.</string>
|
||||
<string name="empty_search">No search results found</string>
|
||||
<string name="empty_favorite">Songs you mark as favorites will be shown here.</string>
|
||||
<string name="empty_recent">Albums you\'ve listened to will show up here. Try playing some music.</string>
|
||||
<string name="no_lyrics">Lyrics for \"<xliff:g id="name">%s</xliff:g>\" could not be found</string>
|
||||
<string name="try_fetch_lyrics">To fetch lyrics for \"<xliff:g id="name">%s</xliff:g>\" use \"Fetch lyrics\" in the menu.</string>
|
||||
|
||||
</resources>
|
||||
129
res/values/styles.xml
Normal file
129
res/values/styles.xml
Normal file
|
|
@ -0,0 +1,129 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012 Andrew Neal
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<resources xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<!-- Main Holo -->
|
||||
<style name="Apollo.Theme.Dark" parent="Theme.Sherlock">
|
||||
<item name="android:windowContentOverlay">@null</item>
|
||||
<item name="windowContentOverlay">@null</item>
|
||||
</style>
|
||||
|
||||
<!-- Main Holo light -->
|
||||
<style name="Apollo.Theme.Light" parent="Theme.Sherlock.Light">
|
||||
<item name="android:windowContentOverlay">@null</item>
|
||||
<item name="windowContentOverlay">@null</item>
|
||||
</style>
|
||||
|
||||
<!-- Shortcut Activity theme -->
|
||||
<style name="Theme.Transparent" parent="Theme.Sherlock.NoActionBar">
|
||||
<item name="android:windowIsTranslucent">true</item>
|
||||
<item name="android:windowBackground">@color/transparent</item>
|
||||
<item name="android:windowContentOverlay">@null</item>
|
||||
<item name="android:windowNoTitle">true</item>
|
||||
<item name="android:windowIsFloating">true</item>
|
||||
<item name="android:backgroundDimEnabled">false</item>
|
||||
</style>
|
||||
|
||||
<!-- Notification bar event text -->
|
||||
<style name="NotificationText">
|
||||
<item name="android:layout_width">match_parent</item>
|
||||
<item name="android:layout_height">wrap_content</item>
|
||||
<item name="android:ellipsize">end</item>
|
||||
<item name="android:fadingEdge">horizontal</item>
|
||||
<item name="android:singleLine">true</item>
|
||||
</style>
|
||||
|
||||
<!-- Notification bar actions -->
|
||||
<style name="NotificationAction">
|
||||
<item name="android:layout_width">@dimen/notification_action_width</item>
|
||||
<item name="android:layout_height">@dimen/notification_action_height</item>
|
||||
<item name="android:gravity">center|right</item>
|
||||
<item name="android:scaleType">fitCenter</item>
|
||||
<item name="android:padding">@dimen/notification_action_padding</item>
|
||||
<item name="android:background">?android:selectableItemBackground</item>
|
||||
</style>
|
||||
|
||||
<style name="NotificationAction.Previous" parent="@style/NotificationAction">
|
||||
<item name="android:src">@drawable/btn_playback_previous</item>
|
||||
<item name="android:visibility">gone</item>
|
||||
<item name="android:contentDescription">@string/accessibility_prev</item>
|
||||
</style>
|
||||
|
||||
<style name="NotificationAction.Play" parent="@style/NotificationAction">
|
||||
<item name="android:src">@drawable/btn_playback_play</item>
|
||||
<item name="android:contentDescription">@string/accessibility_play</item>
|
||||
</style>
|
||||
|
||||
<style name="NotificationAction.Next" parent="@style/NotificationAction">
|
||||
<item name="android:src">@drawable/btn_playback_next</item>
|
||||
<item name="android:contentDescription">@string/accessibility_next</item>
|
||||
</style>
|
||||
|
||||
<style name="NotificationAction.Collapse" parent="@style/NotificationAction">
|
||||
<item name="android:src">@drawable/btn_notification_collapse</item>
|
||||
</style>
|
||||
|
||||
<!-- Bottom Action Bar TextViews -->
|
||||
<style name="BottomActionBarText">
|
||||
<item name="android:layout_width">wrap_content</item>
|
||||
<item name="android:layout_height">wrap_content</item>
|
||||
<item name="android:ellipsize">end</item>
|
||||
<item name="android:paddingLeft">5dp</item>
|
||||
<item name="android:gravity">top|left|center</item>
|
||||
<item name="android:singleLine">true</item>
|
||||
<item name="android:textAllCaps">true</item>
|
||||
<item name="android:textSize">@dimen/text_size_extra_micro</item>
|
||||
</style>
|
||||
|
||||
<style name="BottomActionBarLineOne" parent="@style/BottomActionBarText">
|
||||
<item name="android:textStyle">bold</item>
|
||||
</style>
|
||||
|
||||
<style name="BottomActionBarLineTwo" parent="@style/BottomActionBarText"></style>
|
||||
|
||||
<!-- Bottom Action Bar Image Buttons -->
|
||||
<style name="BottomActionBarItem">
|
||||
<item name="android:layout_weight">1</item>
|
||||
<item name="android:layout_width">0dp</item>
|
||||
<item name="android:layout_height">match_parent</item>
|
||||
<item name="android:gravity">center|right</item>
|
||||
<item name="android:paddingLeft">@dimen/bottom_action_bar_item_padding_left</item>
|
||||
<item name="android:paddingRight">@dimen/bottom_action_bar_item_padding_right</item>
|
||||
<item name="android:scaleType">centerInside</item>
|
||||
</style>
|
||||
|
||||
<style name="BottomActionBarItem.Previous" parent="@style/BottomActionBarItem">
|
||||
<item name="android:contentDescription">@string/accessibility_prev</item>
|
||||
</style>
|
||||
|
||||
<style name="BottomActionBarItem.Next" parent="@style/BottomActionBarItem">
|
||||
<item name="android:contentDescription">@string/accessibility_next</item>
|
||||
</style>
|
||||
|
||||
<style name="BottomActionBarItem.Play" parent="@style/BottomActionBarItem">
|
||||
<item name="android:contentDescription">@string/accessibility_play</item>
|
||||
</style>
|
||||
|
||||
<style name="BottomActionBarItem.Shuffle" parent="@style/BottomActionBarItem">
|
||||
<item name="android:contentDescription">@string/accessibility_shuffle</item>
|
||||
</style>
|
||||
|
||||
<style name="BottomActionBarItem.Repeat" parent="@style/BottomActionBarItem">
|
||||
<item name="android:contentDescription">@string/accessibility_repeat</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
||||
54
res/values/themeconfig.xml
Normal file
54
res/values/themeconfig.xml
Normal file
|
|
@ -0,0 +1,54 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2012 Andrew Neal
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<!-- action bar color -->
|
||||
<color name="action_bar">@color/action_bar_color</color>
|
||||
|
||||
<!-- The action bar title color -->
|
||||
<color name="action_bar_title">@color/white</color>
|
||||
|
||||
<!-- The action bar sub title color -->
|
||||
<color name="action_bar_subtitle">@color/transparent_white</color>
|
||||
|
||||
<!-- Lyrics color -->
|
||||
<color name="lyrics">@color/white</color>
|
||||
|
||||
<!-- Adpater lines -->
|
||||
<color name="line_one">@color/white</color>
|
||||
<color name="line_two">@color/transparent_white</color>
|
||||
<color name="line_three">@color/transparent_white</color>
|
||||
|
||||
<!-- Now playing -->
|
||||
<color name="audio_player_current_time">@color/white</color>
|
||||
<color name="audio_player_total_time">@color/white</color>
|
||||
<color name="audio_player_line_one">@color/white</color>
|
||||
<color name="audio_player_line_two">@color/transparent_white</color>
|
||||
<color name="audio_player_pager_container">@color/action_bar_color</color>
|
||||
|
||||
<!-- Bottom action bar -->
|
||||
<color name="bottom_action_bar">@color/action_bar_color</color>
|
||||
<color name="bab_line_one">@color/white</color>
|
||||
<color name="bab_line_two">@color/transparent_white</color>
|
||||
|
||||
<!-- Action bar items -->
|
||||
<color name="favorite_normal">@color/transparent_white</color>
|
||||
<color name="search_action">@color/transparent_white</color>
|
||||
<color name="shop_action">@color/transparent_white</color>
|
||||
<color name="pinn_to_action">@color/transparent_white</color>
|
||||
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue