Repo created
This commit is contained in:
parent
c49f951a12
commit
9d6cbf6fba
323 changed files with 41128 additions and 0 deletions
25
res/menu/activity_base.xml
Normal file
25
res/menu/activity_base.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.
|
||||
-->
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_settings"
|
||||
android:orderInCategory="4"
|
||||
android:showAsAction="never"
|
||||
android:title="@string/menu_settings"/>
|
||||
|
||||
</menu>
|
||||
26
res/menu/add_to_homescreen.xml
Normal file
26
res/menu/add_to_homescreen.xml
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<?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.
|
||||
-->
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_add_to_homescreen"
|
||||
android:icon="@drawable/ic_action_pinn_to_home"
|
||||
android:orderInCategory="2"
|
||||
android:showAsAction="ifRoom"
|
||||
android:title="@string/menu_add_to_homescreen"/>
|
||||
|
||||
</menu>
|
||||
39
res/menu/album_song_sort_by.xml
Normal file
39
res/menu/album_song_sort_by.xml
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
<?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.
|
||||
-->
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_sort_by"
|
||||
android:showAsAction="never"
|
||||
android:title="@string/menu_sort_by">
|
||||
<menu>
|
||||
<item
|
||||
android:id="@+id/menu_sort_by_az"
|
||||
android:title="@string/sort_order_entry_az"/>
|
||||
<item
|
||||
android:id="@+id/menu_sort_by_za"
|
||||
android:title="@string/sort_order_entry_za"/>
|
||||
<item
|
||||
android:id="@+id/menu_sort_by_duration"
|
||||
android:title="@string/sort_order_entry_duration"/>
|
||||
<item
|
||||
android:id="@+id/menu_sort_by_track_list"
|
||||
android:title="@string/sort_order_entry_track_list"/>
|
||||
</menu>
|
||||
</item>
|
||||
|
||||
</menu>
|
||||
42
res/menu/album_sort_by.xml
Normal file
42
res/menu/album_sort_by.xml
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
<?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.
|
||||
-->
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_sort_by"
|
||||
android:showAsAction="never"
|
||||
android:title="@string/menu_sort_by">
|
||||
<menu>
|
||||
<item
|
||||
android:id="@+id/menu_sort_by_az"
|
||||
android:title="@string/sort_order_entry_az"/>
|
||||
<item
|
||||
android:id="@+id/menu_sort_by_za"
|
||||
android:title="@string/sort_order_entry_za"/>
|
||||
<item
|
||||
android:id="@+id/menu_sort_by_year"
|
||||
android:title="@string/sort_order_entry_year"/>
|
||||
<item
|
||||
android:id="@+id/menu_sort_by_artist"
|
||||
android:title="@string/sort_order_entry_artist"/>
|
||||
<item
|
||||
android:id="@+id/menu_sort_by_number_of_songs"
|
||||
android:title="@string/sort_order_entry_number_of_songs"/>
|
||||
</menu>
|
||||
</item>
|
||||
|
||||
</menu>
|
||||
39
res/menu/artist_album_sort_by.xml
Normal file
39
res/menu/artist_album_sort_by.xml
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
<?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.
|
||||
-->
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_sort_by"
|
||||
android:showAsAction="never"
|
||||
android:title="@string/menu_sort_by">
|
||||
<menu>
|
||||
<item
|
||||
android:id="@+id/menu_sort_by_az"
|
||||
android:title="@string/sort_order_entry_az"/>
|
||||
<item
|
||||
android:id="@+id/menu_sort_by_za"
|
||||
android:title="@string/sort_order_entry_za"/>
|
||||
<item
|
||||
android:id="@+id/menu_sort_by_year"
|
||||
android:title="@string/sort_order_entry_year"/>
|
||||
<item
|
||||
android:id="@+id/menu_sort_by_number_of_songs"
|
||||
android:title="@string/sort_order_entry_number_of_songs"/>
|
||||
</menu>
|
||||
</item>
|
||||
|
||||
</menu>
|
||||
44
res/menu/artist_song_sort_by.xml
Normal file
44
res/menu/artist_song_sort_by.xml
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
<?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.
-->
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_sort_by"
|
||||
android:showAsAction="never"
|
||||
android:title="@string/menu_sort_by">
|
||||
<menu>
|
||||
<item
|
||||
android:id="@+id/menu_sort_by_az"
|
||||
android:title="@string/sort_order_entry_az"/>
|
||||
<item
|
||||
android:id="@+id/menu_sort_by_za"
|
||||
android:title="@string/sort_order_entry_za"/>
|
||||
<item
|
||||
android:id="@+id/menu_sort_by_year"
|
||||
android:title="@string/sort_order_entry_year"/>
|
||||
<item
|
||||
android:id="@+id/menu_sort_by_album"
|
||||
android:title="@string/sort_order_entry_album"/>
|
||||
<item
|
||||
android:id="@+id/menu_sort_by_duration"
|
||||
android:title="@string/sort_order_entry_duration"/>
|
||||
<item
|
||||
android:id="@+id/menu_sort_by_date_added"
|
||||
android:title="@string/sort_order_entry_date_added"/>
|
||||
</menu>
|
||||
</item>
|
||||
|
||||
</menu>
|
||||
39
res/menu/artist_sort_by.xml
Normal file
39
res/menu/artist_sort_by.xml
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
<?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.
|
||||
-->
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_sort_by"
|
||||
android:showAsAction="never"
|
||||
android:title="@string/menu_sort_by">
|
||||
<menu>
|
||||
<item
|
||||
android:id="@+id/menu_sort_by_az"
|
||||
android:title="@string/sort_order_entry_az"/>
|
||||
<item
|
||||
android:id="@+id/menu_sort_by_za"
|
||||
android:title="@string/sort_order_entry_za"/>
|
||||
<item
|
||||
android:id="@+id/menu_sort_by_number_of_songs"
|
||||
android:title="@string/sort_order_entry_number_of_songs"/>
|
||||
<item
|
||||
android:id="@+id/menu_sort_by_number_of_albums"
|
||||
android:title="@string/sort_order_entry_number_of_albums"/>
|
||||
</menu>
|
||||
</item>
|
||||
|
||||
</menu>
|
||||
36
res/menu/audio_player.xml
Normal file
36
res/menu/audio_player.xml
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
<?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.
|
||||
-->
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_audio_player_share"
|
||||
android:showAsAction="never"
|
||||
android:title="@string/menu_share"/>
|
||||
<item
|
||||
android:id="@+id/menu_audio_player_equalizer"
|
||||
android:showAsAction="never"
|
||||
android:title="@string/menu_equalizer"/>
|
||||
<item
|
||||
android:id="@+id/menu_download_lyrics"
|
||||
android:showAsAction="never"
|
||||
android:title="@string/menu_download_lyrics"/>
|
||||
<item
|
||||
android:id="@+id/menu_audio_player_ringtone"
|
||||
android:showAsAction="never"
|
||||
android:title="@string/context_menu_use_as_ringtone"/>
|
||||
|
||||
</menu>
|
||||
26
res/menu/favorite.xml
Normal file
26
res/menu/favorite.xml
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<?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.
|
||||
-->
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_favorite"
|
||||
android:icon="@drawable/ic_action_favorite"
|
||||
android:orderInCategory="2"
|
||||
android:showAsAction="ifRoom"
|
||||
android:title="@string/add_to_favorites"/>
|
||||
|
||||
</menu>
|
||||
27
res/menu/queue.xml
Normal file
27
res/menu/queue.xml
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
<?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.
-->
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_save_queue"
|
||||
android:showAsAction="never"
|
||||
android:title="@string/menu_save_queue"/>
|
||||
<item
|
||||
android:id="@+id/menu_clear_queue"
|
||||
android:showAsAction="never"
|
||||
android:title="@string/menu_clear_queue"/>
|
||||
|
||||
</menu>
|
||||
27
res/menu/search.xml
Normal file
27
res/menu/search.xml
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
<?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.
|
||||
-->
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_search"
|
||||
android:actionViewClass="com.actionbarsherlock.widget.SearchView"
|
||||
android:icon="@drawable/ic_action_search"
|
||||
android:orderInCategory="1"
|
||||
android:showAsAction="ifRoom|collapseActionView"
|
||||
android:title="@string/menu_search"/>
|
||||
|
||||
</menu>
|
||||
24
res/menu/shuffle.xml
Normal file
24
res/menu/shuffle.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.
|
||||
-->
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_shuffle"
|
||||
android:showAsAction="never"
|
||||
android:title="@string/menu_shuffle"/>
|
||||
|
||||
</menu>
|
||||
45
res/menu/song_sort_by.xml
Normal file
45
res/menu/song_sort_by.xml
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
<?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.
|
||||
-->
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_sort_by"
|
||||
android:showAsAction="never"
|
||||
android:title="@string/menu_sort_by">
|
||||
<menu>
|
||||
<item
|
||||
android:id="@+id/menu_sort_by_az"
|
||||
android:title="@string/sort_order_entry_az"/>
|
||||
<item
|
||||
android:id="@+id/menu_sort_by_za"
|
||||
android:title="@string/sort_order_entry_za"/>
|
||||
<item
|
||||
android:id="@+id/menu_sort_by_year"
|
||||
android:title="@string/sort_order_entry_year"/>
|
||||
<item
|
||||
android:id="@+id/menu_sort_by_artist"
|
||||
android:title="@string/sort_order_entry_artist"/>
|
||||
<item
|
||||
android:id="@+id/menu_sort_by_album"
|
||||
android:title="@string/sort_order_entry_album"/>
|
||||
<item
|
||||
android:id="@+id/menu_sort_by_duration"
|
||||
android:title="@string/sort_order_entry_duration"/>
|
||||
</menu>
|
||||
</item>
|
||||
|
||||
</menu>
|
||||
25
res/menu/theme_shop.xml
Normal file
25
res/menu/theme_shop.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.
|
||||
-->
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_shop"
|
||||
android:icon="@drawable/ic_action_shop"
|
||||
android:showAsAction="always"
|
||||
android:title="@string/menu_shop"/>
|
||||
|
||||
</menu>
|
||||
36
res/menu/view_as.xml
Normal file
36
res/menu/view_as.xml
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
<?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.
|
||||
-->
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_view_as"
|
||||
android:showAsAction="never"
|
||||
android:title="@string/menu_view_as">
|
||||
<menu>
|
||||
<item
|
||||
android:id="@+id/menu_view_as_simple"
|
||||
android:title="@string/menu_simple"/>
|
||||
<item
|
||||
android:id="@+id/menu_view_as_detailed"
|
||||
android:title="@string/menu_detailed"/>
|
||||
<item
|
||||
android:id="@+id/menu_view_as_grid"
|
||||
android:title="@string/menu_grid"/>
|
||||
</menu>
|
||||
</item>
|
||||
|
||||
</menu>
|
||||
Loading…
Add table
Add a link
Reference in a new issue