diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a987335 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +# built application files +*.apk +*.ap_ + +# files for the dex VM +*.dex + +# Java class files +*.class + +# generated files +bin/ +gen/ + +# Local configuration file (sdk path, etc) +local.properties + +# Eclipse project files +.classpath +.project diff --git a/AndroidManifest.xml b/AndroidManifest.xml new file mode 100644 index 0000000..8ff9c96 --- /dev/null +++ b/AndroidManifest.xml @@ -0,0 +1,236 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/assets/RobotoLight.ttf b/assets/RobotoLight.ttf new file mode 100644 index 0000000..d43e943 Binary files /dev/null and b/assets/RobotoLight.ttf differ diff --git a/assets/RobotoThin.ttf b/assets/RobotoThin.ttf new file mode 100644 index 0000000..861d63a Binary files /dev/null and b/assets/RobotoThin.ttf differ diff --git a/assets/licenses.html b/assets/licenses.html new file mode 100644 index 0000000..61a5d29 --- /dev/null +++ b/assets/licenses.html @@ -0,0 +1,90 @@ + +

Notices for files:

+ +
+/*
+ * Copyright 2012 Jake Wharton
+ *
+ * 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.
+ */
+
+ +

Notices for file:

+ +
+/*
+ * Copyright 2012 Evgeny Shishkin
+ *
+ * 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.
+ */
+
+ +

Notices for files:

+
+/*
+ * Copyright (C) 2012 Carl Bauer
+ *
+ * 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.
+ */
+
+ + +

Notices for file:

+
+/*
+ * Copyright (C) 2012 The Android Open Source Project
+ *
+ * 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.
+ */
+
+ \ No newline at end of file diff --git a/libs/android-support-v4.jar b/libs/android-support-v4.jar new file mode 100644 index 0000000..feaf44f Binary files /dev/null and b/libs/android-support-v4.jar differ diff --git a/libs/jaudiotagger.jar b/libs/jaudiotagger.jar new file mode 100644 index 0000000..51d7774 Binary files /dev/null and b/libs/jaudiotagger.jar differ diff --git a/libs/nineoldandroids.jar b/libs/nineoldandroids.jar new file mode 100644 index 0000000..43ee45f Binary files /dev/null and b/libs/nineoldandroids.jar differ diff --git a/project.properties b/project.properties new file mode 100644 index 0000000..b6e041b --- /dev/null +++ b/project.properties @@ -0,0 +1,18 @@ +# This file is automatically generated by Android Tools. +# Do not modify this file -- YOUR CHANGES WILL BE ERASED! +# +# This file must be checked in Version Control Systems. +# +# To customize properties used by the Ant build system edit +# "ant.properties", and override values to adapt the script to your +# project structure. +# +# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): +#proguard.config=${sdk.dir}\tools\proguard\proguard-android.txt:proguard-project.txt + +# Project target. +target=android-17 +proguard.config=proguard.cfg +android.library.reference.3=../../../Desktop/Android stuff/Jake Wharton/VPI/library +android.library.reference.1=../../../Desktop/Android stuff/Jake Wharton/ABS +android.library.reference.2=../../../Desktop/Android stuff/packages/Crouton API/Crouton diff --git a/res/drawable-hdpi-v11/appwidget_bg.9.png b/res/drawable-hdpi-v11/appwidget_bg.9.png new file mode 100644 index 0000000..6bacc7f Binary files /dev/null and b/res/drawable-hdpi-v11/appwidget_bg.9.png differ diff --git a/res/drawable-hdpi-v8/stat_notify_music.png b/res/drawable-hdpi-v8/stat_notify_music.png new file mode 100644 index 0000000..0ddcf8e Binary files /dev/null and b/res/drawable-hdpi-v8/stat_notify_music.png differ diff --git a/res/drawable-hdpi-v9/stat_notify_music.png b/res/drawable-hdpi-v9/stat_notify_music.png new file mode 100644 index 0000000..d6be948 Binary files /dev/null and b/res/drawable-hdpi-v9/stat_notify_music.png differ diff --git a/res/drawable-hdpi/appwidget_bg.9.png b/res/drawable-hdpi/appwidget_bg.9.png new file mode 100644 index 0000000..9739693 Binary files /dev/null and b/res/drawable-hdpi/appwidget_bg.9.png differ diff --git a/res/drawable-hdpi/bg_stripes_dark.png b/res/drawable-hdpi/bg_stripes_dark.png new file mode 100644 index 0000000..4b61fb2 Binary files /dev/null and b/res/drawable-hdpi/bg_stripes_dark.png differ diff --git a/res/drawable-hdpi/btn_notification_collapse.png b/res/drawable-hdpi/btn_notification_collapse.png new file mode 100644 index 0000000..5b04d33 Binary files /dev/null and b/res/drawable-hdpi/btn_notification_collapse.png differ diff --git a/res/drawable-hdpi/btn_playback_next.png b/res/drawable-hdpi/btn_playback_next.png new file mode 100644 index 0000000..738aae1 Binary files /dev/null and b/res/drawable-hdpi/btn_playback_next.png differ diff --git a/res/drawable-hdpi/btn_playback_pause.png b/res/drawable-hdpi/btn_playback_pause.png new file mode 100644 index 0000000..6b435bb Binary files /dev/null and b/res/drawable-hdpi/btn_playback_pause.png differ diff --git a/res/drawable-hdpi/btn_playback_play.png b/res/drawable-hdpi/btn_playback_play.png new file mode 100644 index 0000000..df8a2ca Binary files /dev/null and b/res/drawable-hdpi/btn_playback_play.png differ diff --git a/res/drawable-hdpi/btn_playback_previous.png b/res/drawable-hdpi/btn_playback_previous.png new file mode 100644 index 0000000..ba6c5ad Binary files /dev/null and b/res/drawable-hdpi/btn_playback_previous.png differ diff --git a/res/drawable-hdpi/btn_playback_repeat.png b/res/drawable-hdpi/btn_playback_repeat.png new file mode 100644 index 0000000..fd84738 Binary files /dev/null and b/res/drawable-hdpi/btn_playback_repeat.png differ diff --git a/res/drawable-hdpi/btn_playback_repeat_all.png b/res/drawable-hdpi/btn_playback_repeat_all.png new file mode 100644 index 0000000..d665477 Binary files /dev/null and b/res/drawable-hdpi/btn_playback_repeat_all.png differ diff --git a/res/drawable-hdpi/btn_playback_repeat_one.png b/res/drawable-hdpi/btn_playback_repeat_one.png new file mode 100644 index 0000000..1a49b49 Binary files /dev/null and b/res/drawable-hdpi/btn_playback_repeat_one.png differ diff --git a/res/drawable-hdpi/btn_playback_shuffle.png b/res/drawable-hdpi/btn_playback_shuffle.png new file mode 100644 index 0000000..6504781 Binary files /dev/null and b/res/drawable-hdpi/btn_playback_shuffle.png differ diff --git a/res/drawable-hdpi/btn_playback_shuffle_all.png b/res/drawable-hdpi/btn_playback_shuffle_all.png new file mode 100644 index 0000000..ea3cd12 Binary files /dev/null and b/res/drawable-hdpi/btn_playback_shuffle_all.png differ diff --git a/res/drawable-hdpi/btn_switch_queue.png b/res/drawable-hdpi/btn_switch_queue.png new file mode 100644 index 0000000..740e55b Binary files /dev/null and b/res/drawable-hdpi/btn_switch_queue.png differ diff --git a/res/drawable-hdpi/ic_action_favorite.png b/res/drawable-hdpi/ic_action_favorite.png new file mode 100644 index 0000000..6678536 Binary files /dev/null and b/res/drawable-hdpi/ic_action_favorite.png differ diff --git a/res/drawable-hdpi/ic_action_pinn_to_home.png b/res/drawable-hdpi/ic_action_pinn_to_home.png new file mode 100644 index 0000000..e6c7bf3 Binary files /dev/null and b/res/drawable-hdpi/ic_action_pinn_to_home.png differ diff --git a/res/drawable-hdpi/ic_action_search.png b/res/drawable-hdpi/ic_action_search.png new file mode 100644 index 0000000..67de12d Binary files /dev/null and b/res/drawable-hdpi/ic_action_search.png differ diff --git a/res/drawable-hdpi/ic_action_shop.png b/res/drawable-hdpi/ic_action_shop.png new file mode 100644 index 0000000..c8c5bc9 Binary files /dev/null and b/res/drawable-hdpi/ic_action_shop.png differ diff --git a/res/drawable-hdpi/ic_launcher.png b/res/drawable-hdpi/ic_launcher.png new file mode 100644 index 0000000..dd0ff7d Binary files /dev/null and b/res/drawable-hdpi/ic_launcher.png differ diff --git a/res/drawable-hdpi/playlist_tile_normal.9.png b/res/drawable-hdpi/playlist_tile_normal.9.png new file mode 100644 index 0000000..c6726bc Binary files /dev/null and b/res/drawable-hdpi/playlist_tile_normal.9.png differ diff --git a/res/drawable-hdpi/scrubber_primary_holo.9.png b/res/drawable-hdpi/scrubber_primary_holo.9.png new file mode 100644 index 0000000..eb8b3ab Binary files /dev/null and b/res/drawable-hdpi/scrubber_primary_holo.9.png differ diff --git a/res/drawable-hdpi/scrubber_secondary_holo.9.png b/res/drawable-hdpi/scrubber_secondary_holo.9.png new file mode 100644 index 0000000..3a0ca29 Binary files /dev/null and b/res/drawable-hdpi/scrubber_secondary_holo.9.png differ diff --git a/res/drawable-hdpi/scrubber_track_holo_dark.9.png b/res/drawable-hdpi/scrubber_track_holo_dark.9.png new file mode 100644 index 0000000..0c0ccda Binary files /dev/null and b/res/drawable-hdpi/scrubber_track_holo_dark.9.png differ diff --git a/res/drawable-hdpi/stat_notify_music.png b/res/drawable-hdpi/stat_notify_music.png new file mode 100644 index 0000000..d82b451 Binary files /dev/null and b/res/drawable-hdpi/stat_notify_music.png differ diff --git a/res/drawable-hdpi/view_pager_background_texture.png b/res/drawable-hdpi/view_pager_background_texture.png new file mode 100644 index 0000000..e8cd304 Binary files /dev/null and b/res/drawable-hdpi/view_pager_background_texture.png differ diff --git a/res/drawable-mdpi-v11/appwidget_bg.9.png b/res/drawable-mdpi-v11/appwidget_bg.9.png new file mode 100644 index 0000000..09309a9 Binary files /dev/null and b/res/drawable-mdpi-v11/appwidget_bg.9.png differ diff --git a/res/drawable-mdpi/appwidget_bg.9.png b/res/drawable-mdpi/appwidget_bg.9.png new file mode 100644 index 0000000..4523c65 Binary files /dev/null and b/res/drawable-mdpi/appwidget_bg.9.png differ diff --git a/res/drawable-mdpi/bg_stripes_dark.png b/res/drawable-mdpi/bg_stripes_dark.png new file mode 100644 index 0000000..4b61fb2 Binary files /dev/null and b/res/drawable-mdpi/bg_stripes_dark.png differ diff --git a/res/drawable-mdpi/btn_notification_collapse.png b/res/drawable-mdpi/btn_notification_collapse.png new file mode 100644 index 0000000..1b4c46f Binary files /dev/null and b/res/drawable-mdpi/btn_notification_collapse.png differ diff --git a/res/drawable-mdpi/btn_playback_next.png b/res/drawable-mdpi/btn_playback_next.png new file mode 100644 index 0000000..28e8137 Binary files /dev/null and b/res/drawable-mdpi/btn_playback_next.png differ diff --git a/res/drawable-mdpi/btn_playback_pause.png b/res/drawable-mdpi/btn_playback_pause.png new file mode 100644 index 0000000..a5aee6f Binary files /dev/null and b/res/drawable-mdpi/btn_playback_pause.png differ diff --git a/res/drawable-mdpi/btn_playback_play.png b/res/drawable-mdpi/btn_playback_play.png new file mode 100644 index 0000000..6a40cd5 Binary files /dev/null and b/res/drawable-mdpi/btn_playback_play.png differ diff --git a/res/drawable-mdpi/btn_playback_previous.png b/res/drawable-mdpi/btn_playback_previous.png new file mode 100644 index 0000000..6c67842 Binary files /dev/null and b/res/drawable-mdpi/btn_playback_previous.png differ diff --git a/res/drawable-mdpi/btn_playback_repeat.png b/res/drawable-mdpi/btn_playback_repeat.png new file mode 100644 index 0000000..685609c Binary files /dev/null and b/res/drawable-mdpi/btn_playback_repeat.png differ diff --git a/res/drawable-mdpi/btn_playback_repeat_all.png b/res/drawable-mdpi/btn_playback_repeat_all.png new file mode 100644 index 0000000..e708613 Binary files /dev/null and b/res/drawable-mdpi/btn_playback_repeat_all.png differ diff --git a/res/drawable-mdpi/btn_playback_repeat_one.png b/res/drawable-mdpi/btn_playback_repeat_one.png new file mode 100644 index 0000000..1c51450 Binary files /dev/null and b/res/drawable-mdpi/btn_playback_repeat_one.png differ diff --git a/res/drawable-mdpi/btn_playback_shuffle.png b/res/drawable-mdpi/btn_playback_shuffle.png new file mode 100644 index 0000000..fbbffa5 Binary files /dev/null and b/res/drawable-mdpi/btn_playback_shuffle.png differ diff --git a/res/drawable-mdpi/btn_playback_shuffle_all.png b/res/drawable-mdpi/btn_playback_shuffle_all.png new file mode 100644 index 0000000..fc687d1 Binary files /dev/null and b/res/drawable-mdpi/btn_playback_shuffle_all.png differ diff --git a/res/drawable-mdpi/btn_switch_queue.png b/res/drawable-mdpi/btn_switch_queue.png new file mode 100644 index 0000000..206dd48 Binary files /dev/null and b/res/drawable-mdpi/btn_switch_queue.png differ diff --git a/res/drawable-mdpi/ic_action_favorite.png b/res/drawable-mdpi/ic_action_favorite.png new file mode 100644 index 0000000..f62b665 Binary files /dev/null and b/res/drawable-mdpi/ic_action_favorite.png differ diff --git a/res/drawable-mdpi/ic_action_pinn_to_home.png b/res/drawable-mdpi/ic_action_pinn_to_home.png new file mode 100644 index 0000000..de9a29e Binary files /dev/null and b/res/drawable-mdpi/ic_action_pinn_to_home.png differ diff --git a/res/drawable-mdpi/ic_action_search.png b/res/drawable-mdpi/ic_action_search.png new file mode 100644 index 0000000..134d549 Binary files /dev/null and b/res/drawable-mdpi/ic_action_search.png differ diff --git a/res/drawable-mdpi/ic_action_shop.png b/res/drawable-mdpi/ic_action_shop.png new file mode 100644 index 0000000..29a47d0 Binary files /dev/null and b/res/drawable-mdpi/ic_action_shop.png differ diff --git a/res/drawable-mdpi/ic_launcher.png b/res/drawable-mdpi/ic_launcher.png new file mode 100644 index 0000000..0352727 Binary files /dev/null and b/res/drawable-mdpi/ic_launcher.png differ diff --git a/res/drawable-mdpi/playlist_tile_normal.9.png b/res/drawable-mdpi/playlist_tile_normal.9.png new file mode 100644 index 0000000..3d2cebf Binary files /dev/null and b/res/drawable-mdpi/playlist_tile_normal.9.png differ diff --git a/res/drawable-mdpi/scrubber_primary_holo.9.png b/res/drawable-mdpi/scrubber_primary_holo.9.png new file mode 100644 index 0000000..aa2e382 Binary files /dev/null and b/res/drawable-mdpi/scrubber_primary_holo.9.png differ diff --git a/res/drawable-mdpi/scrubber_secondary_holo.9.png b/res/drawable-mdpi/scrubber_secondary_holo.9.png new file mode 100644 index 0000000..9a2f058 Binary files /dev/null and b/res/drawable-mdpi/scrubber_secondary_holo.9.png differ diff --git a/res/drawable-mdpi/scrubber_track_holo_dark.9.png b/res/drawable-mdpi/scrubber_track_holo_dark.9.png new file mode 100644 index 0000000..b91a4ee Binary files /dev/null and b/res/drawable-mdpi/scrubber_track_holo_dark.9.png differ diff --git a/res/drawable-mdpi/stat_notify_music.png b/res/drawable-mdpi/stat_notify_music.png new file mode 100644 index 0000000..1b25613 Binary files /dev/null and b/res/drawable-mdpi/stat_notify_music.png differ diff --git a/res/drawable-mdpi/view_pager_background_texture.png b/res/drawable-mdpi/view_pager_background_texture.png new file mode 100644 index 0000000..60bbbba Binary files /dev/null and b/res/drawable-mdpi/view_pager_background_texture.png differ diff --git a/res/drawable-nodpi/app_widget_large.png b/res/drawable-nodpi/app_widget_large.png new file mode 100644 index 0000000..db2c003 Binary files /dev/null and b/res/drawable-nodpi/app_widget_large.png differ diff --git a/res/drawable-nodpi/app_widget_large_alternate.png b/res/drawable-nodpi/app_widget_large_alternate.png new file mode 100644 index 0000000..ad37031 Binary files /dev/null and b/res/drawable-nodpi/app_widget_large_alternate.png differ diff --git a/res/drawable-nodpi/app_widget_recents.png b/res/drawable-nodpi/app_widget_recents.png new file mode 100644 index 0000000..ecf7be1 Binary files /dev/null and b/res/drawable-nodpi/app_widget_recents.png differ diff --git a/res/drawable-nodpi/app_widget_recents_stack_preview.png b/res/drawable-nodpi/app_widget_recents_stack_preview.png new file mode 100644 index 0000000..a8f7af7 Binary files /dev/null and b/res/drawable-nodpi/app_widget_recents_stack_preview.png differ diff --git a/res/drawable-nodpi/app_widget_small.png b/res/drawable-nodpi/app_widget_small.png new file mode 100644 index 0000000..ad3cc11 Binary files /dev/null and b/res/drawable-nodpi/app_widget_small.png differ diff --git a/res/drawable-nodpi/background_holo_dark.png b/res/drawable-nodpi/background_holo_dark.png new file mode 100644 index 0000000..85bd6f7 Binary files /dev/null and b/res/drawable-nodpi/background_holo_dark.png differ diff --git a/res/drawable-nodpi/default_artwork.png b/res/drawable-nodpi/default_artwork.png new file mode 100644 index 0000000..269c8de Binary files /dev/null and b/res/drawable-nodpi/default_artwork.png differ diff --git a/res/drawable-nodpi/header_temp.png b/res/drawable-nodpi/header_temp.png new file mode 100644 index 0000000..95f66d9 Binary files /dev/null and b/res/drawable-nodpi/header_temp.png differ diff --git a/res/drawable-nodpi/theme_preview.png b/res/drawable-nodpi/theme_preview.png new file mode 100644 index 0000000..d94bb0b Binary files /dev/null and b/res/drawable-nodpi/theme_preview.png differ diff --git a/res/drawable-v14/pager_background.xml b/res/drawable-v14/pager_background.xml new file mode 100644 index 0000000..ac03fea --- /dev/null +++ b/res/drawable-v14/pager_background.xml @@ -0,0 +1,19 @@ + + + diff --git a/res/drawable-v14/tpi_background.xml b/res/drawable-v14/tpi_background.xml new file mode 100644 index 0000000..d96958b --- /dev/null +++ b/res/drawable-v14/tpi_background.xml @@ -0,0 +1,19 @@ + + + diff --git a/res/drawable-xhdpi-v11/appwidget_bg.9.png b/res/drawable-xhdpi-v11/appwidget_bg.9.png new file mode 100644 index 0000000..900859c Binary files /dev/null and b/res/drawable-xhdpi-v11/appwidget_bg.9.png differ diff --git a/res/drawable-xhdpi/appwidget_bg.9.png b/res/drawable-xhdpi/appwidget_bg.9.png new file mode 100644 index 0000000..4523c65 Binary files /dev/null and b/res/drawable-xhdpi/appwidget_bg.9.png differ diff --git a/res/drawable-xhdpi/bg_stripes_dark.png b/res/drawable-xhdpi/bg_stripes_dark.png new file mode 100644 index 0000000..76aab7c Binary files /dev/null and b/res/drawable-xhdpi/bg_stripes_dark.png differ diff --git a/res/drawable-xhdpi/btn_notification_collapse.png b/res/drawable-xhdpi/btn_notification_collapse.png new file mode 100644 index 0000000..5dfcf1c Binary files /dev/null and b/res/drawable-xhdpi/btn_notification_collapse.png differ diff --git a/res/drawable-xhdpi/btn_playback_next.png b/res/drawable-xhdpi/btn_playback_next.png new file mode 100644 index 0000000..fe6b558 Binary files /dev/null and b/res/drawable-xhdpi/btn_playback_next.png differ diff --git a/res/drawable-xhdpi/btn_playback_pause.png b/res/drawable-xhdpi/btn_playback_pause.png new file mode 100644 index 0000000..333c1b2 Binary files /dev/null and b/res/drawable-xhdpi/btn_playback_pause.png differ diff --git a/res/drawable-xhdpi/btn_playback_play.png b/res/drawable-xhdpi/btn_playback_play.png new file mode 100644 index 0000000..5112499 Binary files /dev/null and b/res/drawable-xhdpi/btn_playback_play.png differ diff --git a/res/drawable-xhdpi/btn_playback_previous.png b/res/drawable-xhdpi/btn_playback_previous.png new file mode 100644 index 0000000..5be8b46 Binary files /dev/null and b/res/drawable-xhdpi/btn_playback_previous.png differ diff --git a/res/drawable-xhdpi/btn_playback_repeat.png b/res/drawable-xhdpi/btn_playback_repeat.png new file mode 100644 index 0000000..b72f10d Binary files /dev/null and b/res/drawable-xhdpi/btn_playback_repeat.png differ diff --git a/res/drawable-xhdpi/btn_playback_repeat_all.png b/res/drawable-xhdpi/btn_playback_repeat_all.png new file mode 100644 index 0000000..963be39 Binary files /dev/null and b/res/drawable-xhdpi/btn_playback_repeat_all.png differ diff --git a/res/drawable-xhdpi/btn_playback_repeat_one.png b/res/drawable-xhdpi/btn_playback_repeat_one.png new file mode 100644 index 0000000..7c1b347 Binary files /dev/null and b/res/drawable-xhdpi/btn_playback_repeat_one.png differ diff --git a/res/drawable-xhdpi/btn_playback_shuffle.png b/res/drawable-xhdpi/btn_playback_shuffle.png new file mode 100644 index 0000000..b5cae4f Binary files /dev/null and b/res/drawable-xhdpi/btn_playback_shuffle.png differ diff --git a/res/drawable-xhdpi/btn_playback_shuffle_all.png b/res/drawable-xhdpi/btn_playback_shuffle_all.png new file mode 100644 index 0000000..ad17616 Binary files /dev/null and b/res/drawable-xhdpi/btn_playback_shuffle_all.png differ diff --git a/res/drawable-xhdpi/btn_switch_queue.png b/res/drawable-xhdpi/btn_switch_queue.png new file mode 100644 index 0000000..37b292d Binary files /dev/null and b/res/drawable-xhdpi/btn_switch_queue.png differ diff --git a/res/drawable-xhdpi/ic_action_favorite.png b/res/drawable-xhdpi/ic_action_favorite.png new file mode 100644 index 0000000..a4acf1b Binary files /dev/null and b/res/drawable-xhdpi/ic_action_favorite.png differ diff --git a/res/drawable-xhdpi/ic_action_pinn_to_home.png b/res/drawable-xhdpi/ic_action_pinn_to_home.png new file mode 100644 index 0000000..6b197c3 Binary files /dev/null and b/res/drawable-xhdpi/ic_action_pinn_to_home.png differ diff --git a/res/drawable-xhdpi/ic_action_search.png b/res/drawable-xhdpi/ic_action_search.png new file mode 100644 index 0000000..d699c6b Binary files /dev/null and b/res/drawable-xhdpi/ic_action_search.png differ diff --git a/res/drawable-xhdpi/ic_action_shop.png b/res/drawable-xhdpi/ic_action_shop.png new file mode 100644 index 0000000..8df476a Binary files /dev/null and b/res/drawable-xhdpi/ic_action_shop.png differ diff --git a/res/drawable-xhdpi/ic_launcher.png b/res/drawable-xhdpi/ic_launcher.png new file mode 100644 index 0000000..f593286 Binary files /dev/null and b/res/drawable-xhdpi/ic_launcher.png differ diff --git a/res/drawable-xhdpi/playlist_tile_normal.9.png b/res/drawable-xhdpi/playlist_tile_normal.9.png new file mode 100644 index 0000000..296399c Binary files /dev/null and b/res/drawable-xhdpi/playlist_tile_normal.9.png differ diff --git a/res/drawable-xhdpi/scrubber_primary_holo.9.png b/res/drawable-xhdpi/scrubber_primary_holo.9.png new file mode 100644 index 0000000..0fc5305 Binary files /dev/null and b/res/drawable-xhdpi/scrubber_primary_holo.9.png differ diff --git a/res/drawable-xhdpi/scrubber_secondary_holo.9.png b/res/drawable-xhdpi/scrubber_secondary_holo.9.png new file mode 100644 index 0000000..1c356da Binary files /dev/null and b/res/drawable-xhdpi/scrubber_secondary_holo.9.png differ diff --git a/res/drawable-xhdpi/scrubber_track_holo_dark.9.png b/res/drawable-xhdpi/scrubber_track_holo_dark.9.png new file mode 100644 index 0000000..bfb2048 Binary files /dev/null and b/res/drawable-xhdpi/scrubber_track_holo_dark.9.png differ diff --git a/res/drawable-xhdpi/stat_notify_music.png b/res/drawable-xhdpi/stat_notify_music.png new file mode 100644 index 0000000..e62aa01 Binary files /dev/null and b/res/drawable-xhdpi/stat_notify_music.png differ diff --git a/res/drawable-xhdpi/view_pager_background_texture.png b/res/drawable-xhdpi/view_pager_background_texture.png new file mode 100644 index 0000000..8b85814 Binary files /dev/null and b/res/drawable-xhdpi/view_pager_background_texture.png differ diff --git a/res/drawable/action_bar.xml b/res/drawable/action_bar.xml new file mode 100644 index 0000000..eb2c17e --- /dev/null +++ b/res/drawable/action_bar.xml @@ -0,0 +1,21 @@ + + + + + + + \ No newline at end of file diff --git a/res/drawable/audio_player_pager_container.xml b/res/drawable/audio_player_pager_container.xml new file mode 100644 index 0000000..eb2c17e --- /dev/null +++ b/res/drawable/audio_player_pager_container.xml @@ -0,0 +1,21 @@ + + + + + + + \ No newline at end of file diff --git a/res/drawable/audio_player_seekbar.xml b/res/drawable/audio_player_seekbar.xml new file mode 100644 index 0000000..db3416a --- /dev/null +++ b/res/drawable/audio_player_seekbar.xml @@ -0,0 +1,33 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/bottom_action_bar.xml b/res/drawable/bottom_action_bar.xml new file mode 100644 index 0000000..2fceb5c --- /dev/null +++ b/res/drawable/bottom_action_bar.xml @@ -0,0 +1,21 @@ + + + + + + + \ No newline at end of file diff --git a/res/drawable/bottom_shadow.xml b/res/drawable/bottom_shadow.xml new file mode 100644 index 0000000..f6cb3f5 --- /dev/null +++ b/res/drawable/bottom_shadow.xml @@ -0,0 +1,25 @@ + + + + + + + \ No newline at end of file diff --git a/res/drawable/pager_background.xml b/res/drawable/pager_background.xml new file mode 100644 index 0000000..559b986 --- /dev/null +++ b/res/drawable/pager_background.xml @@ -0,0 +1,18 @@ + + + diff --git a/res/drawable/right_shadow.xml b/res/drawable/right_shadow.xml new file mode 100644 index 0000000..e22eee1 --- /dev/null +++ b/res/drawable/right_shadow.xml @@ -0,0 +1,25 @@ + + + + + + + \ No newline at end of file diff --git a/res/drawable/top_shadow.xml b/res/drawable/top_shadow.xml new file mode 100644 index 0000000..59e060b --- /dev/null +++ b/res/drawable/top_shadow.xml @@ -0,0 +1,25 @@ + + + + + + + \ No newline at end of file diff --git a/res/drawable/tpi_background.xml b/res/drawable/tpi_background.xml new file mode 100644 index 0000000..cf8d123 --- /dev/null +++ b/res/drawable/tpi_background.xml @@ -0,0 +1,18 @@ + + + diff --git a/res/layout-land/activity_player_base.xml b/res/layout-land/activity_player_base.xml new file mode 100644 index 0000000..ac0e480 --- /dev/null +++ b/res/layout-land/activity_player_base.xml @@ -0,0 +1,189 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout-v11/app_widget_recents.xml b/res/layout-v11/app_widget_recents.xml new file mode 100644 index 0000000..54ce198 --- /dev/null +++ b/res/layout-v11/app_widget_recents.xml @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout-v11/app_widget_recents_items.xml b/res/layout-v11/app_widget_recents_items.xml new file mode 100644 index 0000000..1568177 --- /dev/null +++ b/res/layout-v11/app_widget_recents_items.xml @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout-v11/notification_template_base.xml b/res/layout-v11/notification_template_base.xml new file mode 100644 index 0000000..b4d9e1c --- /dev/null +++ b/res/layout-v11/notification_template_base.xml @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout-v16/notification_template_expanded_base.xml b/res/layout-v16/notification_template_expanded_base.xml new file mode 100644 index 0000000..a8dd2f3 --- /dev/null +++ b/res/layout-v16/notification_template_expanded_base.xml @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout/action_bar.xml b/res/layout/action_bar.xml new file mode 100644 index 0000000..1fad70e --- /dev/null +++ b/res/layout/action_bar.xml @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout/activity_base.xml b/res/layout/activity_base.xml new file mode 100644 index 0000000..07316d4 --- /dev/null +++ b/res/layout/activity_base.xml @@ -0,0 +1,30 @@ + + + + + + + + + \ No newline at end of file diff --git a/res/layout/activity_player_base.xml b/res/layout/activity_player_base.xml new file mode 100644 index 0000000..e98bbb5 --- /dev/null +++ b/res/layout/activity_player_base.xml @@ -0,0 +1,206 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout/activity_profile_base.xml b/res/layout/activity_profile_base.xml new file mode 100644 index 0000000..fa8f654 --- /dev/null +++ b/res/layout/activity_profile_base.xml @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout/app_widget_large.xml b/res/layout/app_widget_large.xml new file mode 100644 index 0000000..7756d5f --- /dev/null +++ b/res/layout/app_widget_large.xml @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout/app_widget_large_alternate.xml b/res/layout/app_widget_large_alternate.xml new file mode 100644 index 0000000..8f777dd --- /dev/null +++ b/res/layout/app_widget_large_alternate.xml @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout/app_widget_small.xml b/res/layout/app_widget_small.xml new file mode 100644 index 0000000..62eb356 --- /dev/null +++ b/res/layout/app_widget_small.xml @@ -0,0 +1,151 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout/audio_player_controls.xml b/res/layout/audio_player_controls.xml new file mode 100644 index 0000000..511aea9 --- /dev/null +++ b/res/layout/audio_player_controls.xml @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout/bottom_action_bar.xml b/res/layout/bottom_action_bar.xml new file mode 100644 index 0000000..2bcb032 --- /dev/null +++ b/res/layout/bottom_action_bar.xml @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout/color_scheme_dialog.xml b/res/layout/color_scheme_dialog.xml new file mode 100644 index 0000000..49bcaf1 --- /dev/null +++ b/res/layout/color_scheme_dialog.xml @@ -0,0 +1,156 @@ + + + + + + + + +