diff options
author | Scott Jackson <daneren2005@gmail.com> | 2012-07-02 21:24:02 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2012-07-02 21:24:02 -0700 |
commit | a1a18f77a50804e0127dfa4b0f5240c49c541184 (patch) | |
tree | 19a38880afe505beddb5590379a8134d7730a277 /subsonic-android/res/drawable | |
parent | b61d787706979e7e20f4c3c4f93c1f129d92273f (diff) | |
download | dsub-a1a18f77a50804e0127dfa4b0f5240c49c541184.tar.gz dsub-a1a18f77a50804e0127dfa4b0f5240c49c541184.tar.bz2 dsub-a1a18f77a50804e0127dfa4b0f5240c49c541184.zip |
Initial Commit
Diffstat (limited to 'subsonic-android/res/drawable')
92 files changed, 153 insertions, 0 deletions
diff --git a/subsonic-android/res/drawable/action_play_all.png b/subsonic-android/res/drawable/action_play_all.png Binary files differnew file mode 100644 index 00000000..dd718312 --- /dev/null +++ b/subsonic-android/res/drawable/action_play_all.png diff --git a/subsonic-android/res/drawable/action_refresh.png b/subsonic-android/res/drawable/action_refresh.png Binary files differnew file mode 100644 index 00000000..0aa88f5d --- /dev/null +++ b/subsonic-android/res/drawable/action_refresh.png diff --git a/subsonic-android/res/drawable/action_search.png b/subsonic-android/res/drawable/action_search.png Binary files differnew file mode 100644 index 00000000..3fba5ec5 --- /dev/null +++ b/subsonic-android/res/drawable/action_search.png diff --git a/subsonic-android/res/drawable/action_shuffle.png b/subsonic-android/res/drawable/action_shuffle.png Binary files differnew file mode 100644 index 00000000..e1ed3177 --- /dev/null +++ b/subsonic-android/res/drawable/action_shuffle.png diff --git a/subsonic-android/res/drawable/actionbar_button.xml b/subsonic-android/res/drawable/actionbar_button.xml new file mode 100644 index 00000000..5445cdcb --- /dev/null +++ b/subsonic-android/res/drawable/actionbar_button.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<selector xmlns:android="http://schemas.android.com/apk/res/android"> + + <item + android:state_pressed="true" + android:drawable="@drawable/menubar_button_pressed" + /> + + <item + android:state_focused="true" + android:drawable="@drawable/menubar_button_pressed" + /> + + <item + android:drawable="@drawable/actionbar_button_normal" + /> + +</selector>
\ No newline at end of file diff --git a/subsonic-android/res/drawable/actionbar_button_normal.9.png b/subsonic-android/res/drawable/actionbar_button_normal.9.png Binary files differnew file mode 100644 index 00000000..385f751c --- /dev/null +++ b/subsonic-android/res/drawable/actionbar_button_normal.9.png diff --git a/subsonic-android/res/drawable/album_art_background.png b/subsonic-android/res/drawable/album_art_background.png Binary files differnew file mode 100644 index 00000000..f0757695 --- /dev/null +++ b/subsonic-android/res/drawable/album_art_background.png diff --git a/subsonic-android/res/drawable/appwidget_art_default.png b/subsonic-android/res/drawable/appwidget_art_default.png Binary files differnew file mode 100644 index 00000000..5bd39cc2 --- /dev/null +++ b/subsonic-android/res/drawable/appwidget_art_default.png diff --git a/subsonic-android/res/drawable/appwidget_art_unknown.png b/subsonic-android/res/drawable/appwidget_art_unknown.png Binary files differnew file mode 100644 index 00000000..5bd39cc2 --- /dev/null +++ b/subsonic-android/res/drawable/appwidget_art_unknown.png diff --git a/subsonic-android/res/drawable/appwidget_bg.9.png b/subsonic-android/res/drawable/appwidget_bg.9.png Binary files differnew file mode 100644 index 00000000..afe41b67 --- /dev/null +++ b/subsonic-android/res/drawable/appwidget_bg.9.png diff --git a/subsonic-android/res/drawable/appwidget_button_background.9.png b/subsonic-android/res/drawable/appwidget_button_background.9.png Binary files differnew file mode 100644 index 00000000..b7d3b18f --- /dev/null +++ b/subsonic-android/res/drawable/appwidget_button_background.9.png diff --git a/subsonic-android/res/drawable/appwidget_button_background_r.9.png b/subsonic-android/res/drawable/appwidget_button_background_r.9.png Binary files differnew file mode 100644 index 00000000..90e2cc82 --- /dev/null +++ b/subsonic-android/res/drawable/appwidget_button_background_r.9.png diff --git a/subsonic-android/res/drawable/appwidget_button_center.xml b/subsonic-android/res/drawable/appwidget_button_center.xml new file mode 100644 index 00000000..b6a3be4b --- /dev/null +++ b/subsonic-android/res/drawable/appwidget_button_center.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2009 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. +--> + +<selector xmlns:android="http://schemas.android.com/apk/res/android"> + + <item android:state_pressed="true" + android:drawable="@drawable/appwidget_overlay" /> + + <item android:state_focused="true" android:state_enabled="true" + android:state_window_focused="true" + android:drawable="@drawable/appwidget_overlay" /> + + <item android:drawable="@drawable/appwidget_button_background" /> +</selector> diff --git a/subsonic-android/res/drawable/appwidget_button_left.xml b/subsonic-android/res/drawable/appwidget_button_left.xml new file mode 100644 index 00000000..5bfa124c --- /dev/null +++ b/subsonic-android/res/drawable/appwidget_button_left.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2009 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. +--> + +<selector xmlns:android="http://schemas.android.com/apk/res/android"> + + <item android:state_pressed="true" + android:drawable="@drawable/appwidget_overlay" /> + + <item android:state_focused="true" android:state_enabled="true" + android:state_window_focused="true" + android:drawable="@drawable/appwidget_overlay" /> + + <item android:drawable="@android:color/transparent" /> +</selector> diff --git a/subsonic-android/res/drawable/appwidget_button_right.xml b/subsonic-android/res/drawable/appwidget_button_right.xml new file mode 100644 index 00000000..3d1181be --- /dev/null +++ b/subsonic-android/res/drawable/appwidget_button_right.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2009 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. +--> + +<selector xmlns:android="http://schemas.android.com/apk/res/android"> + + <item android:state_pressed="true" + android:drawable="@drawable/appwidget_overlay" /> + + <item android:state_focused="true" android:state_enabled="true" + android:state_window_focused="true" + android:drawable="@drawable/appwidget_overlay" /> + + <item android:drawable="@drawable/appwidget_button_background_r" /> +</selector> diff --git a/subsonic-android/res/drawable/appwidget_divider.9.png b/subsonic-android/res/drawable/appwidget_divider.9.png Binary files differnew file mode 100644 index 00000000..3445e842 --- /dev/null +++ b/subsonic-android/res/drawable/appwidget_divider.9.png diff --git a/subsonic-android/res/drawable/appwidget_divider_horizontal.9.png b/subsonic-android/res/drawable/appwidget_divider_horizontal.9.png Binary files differnew file mode 100644 index 00000000..e2e80af9 --- /dev/null +++ b/subsonic-android/res/drawable/appwidget_divider_horizontal.9.png diff --git a/subsonic-android/res/drawable/appwidget_divider_vertical.png b/subsonic-android/res/drawable/appwidget_divider_vertical.png Binary files differnew file mode 100644 index 00000000..efe466a6 --- /dev/null +++ b/subsonic-android/res/drawable/appwidget_divider_vertical.png diff --git a/subsonic-android/res/drawable/appwidget_inner_focus_c.9.png b/subsonic-android/res/drawable/appwidget_inner_focus_c.9.png Binary files differnew file mode 100644 index 00000000..1450e65b --- /dev/null +++ b/subsonic-android/res/drawable/appwidget_inner_focus_c.9.png diff --git a/subsonic-android/res/drawable/appwidget_inner_focus_l.9.png b/subsonic-android/res/drawable/appwidget_inner_focus_l.9.png Binary files differnew file mode 100644 index 00000000..6e8f100e --- /dev/null +++ b/subsonic-android/res/drawable/appwidget_inner_focus_l.9.png diff --git a/subsonic-android/res/drawable/appwidget_inner_focus_r.9.png b/subsonic-android/res/drawable/appwidget_inner_focus_r.9.png Binary files differnew file mode 100644 index 00000000..bc8757b8 --- /dev/null +++ b/subsonic-android/res/drawable/appwidget_inner_focus_r.9.png diff --git a/subsonic-android/res/drawable/appwidget_inner_press_c.9.png b/subsonic-android/res/drawable/appwidget_inner_press_c.9.png Binary files differnew file mode 100644 index 00000000..bd542bac --- /dev/null +++ b/subsonic-android/res/drawable/appwidget_inner_press_c.9.png diff --git a/subsonic-android/res/drawable/appwidget_inner_press_l.9.png b/subsonic-android/res/drawable/appwidget_inner_press_l.9.png Binary files differnew file mode 100644 index 00000000..575ecf4e --- /dev/null +++ b/subsonic-android/res/drawable/appwidget_inner_press_l.9.png diff --git a/subsonic-android/res/drawable/appwidget_inner_press_r.9.png b/subsonic-android/res/drawable/appwidget_inner_press_r.9.png Binary files differnew file mode 100644 index 00000000..79eaea35 --- /dev/null +++ b/subsonic-android/res/drawable/appwidget_inner_press_r.9.png diff --git a/subsonic-android/res/drawable/appwidget_overlay.png b/subsonic-android/res/drawable/appwidget_overlay.png Binary files differnew file mode 100644 index 00000000..dfbbd3ec --- /dev/null +++ b/subsonic-android/res/drawable/appwidget_overlay.png diff --git a/subsonic-android/res/drawable/downloaded.png b/subsonic-android/res/drawable/downloaded.png Binary files differnew file mode 100644 index 00000000..f854aaf4 --- /dev/null +++ b/subsonic-android/res/drawable/downloaded.png diff --git a/subsonic-android/res/drawable/downloading.png b/subsonic-android/res/drawable/downloading.png Binary files differnew file mode 100644 index 00000000..afff39a9 --- /dev/null +++ b/subsonic-android/res/drawable/downloading.png diff --git a/subsonic-android/res/drawable/ic_appwidget_music_next.png b/subsonic-android/res/drawable/ic_appwidget_music_next.png Binary files differnew file mode 100644 index 00000000..abc8e471 --- /dev/null +++ b/subsonic-android/res/drawable/ic_appwidget_music_next.png diff --git a/subsonic-android/res/drawable/ic_appwidget_music_pause.png b/subsonic-android/res/drawable/ic_appwidget_music_pause.png Binary files differnew file mode 100644 index 00000000..25a2d387 --- /dev/null +++ b/subsonic-android/res/drawable/ic_appwidget_music_pause.png diff --git a/subsonic-android/res/drawable/ic_appwidget_music_play.png b/subsonic-android/res/drawable/ic_appwidget_music_play.png Binary files differnew file mode 100644 index 00000000..52b8e452 --- /dev/null +++ b/subsonic-android/res/drawable/ic_appwidget_music_play.png diff --git a/subsonic-android/res/drawable/ic_appwidget_music_previous.png b/subsonic-android/res/drawable/ic_appwidget_music_previous.png Binary files differnew file mode 100644 index 00000000..55db16f7 --- /dev/null +++ b/subsonic-android/res/drawable/ic_appwidget_music_previous.png diff --git a/subsonic-android/res/drawable/ic_menu_exit.png b/subsonic-android/res/drawable/ic_menu_exit.png Binary files differnew file mode 100644 index 00000000..847a1ed3 --- /dev/null +++ b/subsonic-android/res/drawable/ic_menu_exit.png diff --git a/subsonic-android/res/drawable/ic_menu_help.png b/subsonic-android/res/drawable/ic_menu_help.png Binary files differnew file mode 100644 index 00000000..9f11f434 --- /dev/null +++ b/subsonic-android/res/drawable/ic_menu_help.png diff --git a/subsonic-android/res/drawable/ic_menu_remove_all.png b/subsonic-android/res/drawable/ic_menu_remove_all.png Binary files differnew file mode 100644 index 00000000..1a9f440b --- /dev/null +++ b/subsonic-android/res/drawable/ic_menu_remove_all.png diff --git a/subsonic-android/res/drawable/ic_menu_save.png b/subsonic-android/res/drawable/ic_menu_save.png Binary files differnew file mode 100644 index 00000000..c2c5433b --- /dev/null +++ b/subsonic-android/res/drawable/ic_menu_save.png diff --git a/subsonic-android/res/drawable/ic_menu_screen_on_off.png b/subsonic-android/res/drawable/ic_menu_screen_on_off.png Binary files differnew file mode 100644 index 00000000..0cf15235 --- /dev/null +++ b/subsonic-android/res/drawable/ic_menu_screen_on_off.png diff --git a/subsonic-android/res/drawable/ic_menu_settings.png b/subsonic-android/res/drawable/ic_menu_settings.png Binary files differnew file mode 100644 index 00000000..48775c1e --- /dev/null +++ b/subsonic-android/res/drawable/ic_menu_settings.png diff --git a/subsonic-android/res/drawable/ic_menu_shuffle.png b/subsonic-android/res/drawable/ic_menu_shuffle.png Binary files differnew file mode 100644 index 00000000..2ba6c8c5 --- /dev/null +++ b/subsonic-android/res/drawable/ic_menu_shuffle.png diff --git a/subsonic-android/res/drawable/launch.png b/subsonic-android/res/drawable/launch.png Binary files differnew file mode 100644 index 00000000..b3befadf --- /dev/null +++ b/subsonic-android/res/drawable/launch.png diff --git a/subsonic-android/res/drawable/list_item_artist.9.png b/subsonic-android/res/drawable/list_item_artist.9.png Binary files differnew file mode 100644 index 00000000..9967ecbd --- /dev/null +++ b/subsonic-android/res/drawable/list_item_artist.9.png diff --git a/subsonic-android/res/drawable/list_item_playlist.9.png b/subsonic-android/res/drawable/list_item_playlist.9.png Binary files differnew file mode 100644 index 00000000..9967ecbd --- /dev/null +++ b/subsonic-android/res/drawable/list_item_playlist.9.png diff --git a/subsonic-android/res/drawable/main_exit.png b/subsonic-android/res/drawable/main_exit.png Binary files differnew file mode 100644 index 00000000..d385b7a6 --- /dev/null +++ b/subsonic-android/res/drawable/main_exit.png diff --git a/subsonic-android/res/drawable/main_header_icon.png b/subsonic-android/res/drawable/main_header_icon.png Binary files differnew file mode 100644 index 00000000..f4f3ce9e --- /dev/null +++ b/subsonic-android/res/drawable/main_header_icon.png diff --git a/subsonic-android/res/drawable/main_help.png b/subsonic-android/res/drawable/main_help.png Binary files differnew file mode 100644 index 00000000..2c825473 --- /dev/null +++ b/subsonic-android/res/drawable/main_help.png diff --git a/subsonic-android/res/drawable/main_select_server.png b/subsonic-android/res/drawable/main_select_server.png Binary files differnew file mode 100644 index 00000000..b9fc5fa3 --- /dev/null +++ b/subsonic-android/res/drawable/main_select_server.png diff --git a/subsonic-android/res/drawable/main_settings.png b/subsonic-android/res/drawable/main_settings.png Binary files differnew file mode 100644 index 00000000..60dbff6d --- /dev/null +++ b/subsonic-android/res/drawable/main_settings.png diff --git a/subsonic-android/res/drawable/main_shuffle.png b/subsonic-android/res/drawable/main_shuffle.png Binary files differnew file mode 100644 index 00000000..cb7009de --- /dev/null +++ b/subsonic-android/res/drawable/main_shuffle.png diff --git a/subsonic-android/res/drawable/media_backward.xml b/subsonic-android/res/drawable/media_backward.xml new file mode 100644 index 00000000..22db3dd0 --- /dev/null +++ b/subsonic-android/res/drawable/media_backward.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="utf-8"?> +<selector xmlns:android="http://schemas.android.com/apk/res/android"> + <item android:state_pressed="true" android:drawable="@drawable/media_backward_pressed" /> + <item android:drawable="@drawable/media_backward_normal" /> +</selector>
\ No newline at end of file diff --git a/subsonic-android/res/drawable/media_backward_normal.png b/subsonic-android/res/drawable/media_backward_normal.png Binary files differnew file mode 100644 index 00000000..e5372389 --- /dev/null +++ b/subsonic-android/res/drawable/media_backward_normal.png diff --git a/subsonic-android/res/drawable/media_backward_pressed.png b/subsonic-android/res/drawable/media_backward_pressed.png Binary files differnew file mode 100644 index 00000000..82c421d0 --- /dev/null +++ b/subsonic-android/res/drawable/media_backward_pressed.png diff --git a/subsonic-android/res/drawable/media_forward.xml b/subsonic-android/res/drawable/media_forward.xml new file mode 100644 index 00000000..c6d1a0cd --- /dev/null +++ b/subsonic-android/res/drawable/media_forward.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="utf-8"?> +<selector xmlns:android="http://schemas.android.com/apk/res/android"> + <item android:state_pressed="true" android:drawable="@drawable/media_forward_pressed" /> + <item android:drawable="@drawable/media_forward_normal" /> +</selector>
\ No newline at end of file diff --git a/subsonic-android/res/drawable/media_forward_normal.png b/subsonic-android/res/drawable/media_forward_normal.png Binary files differnew file mode 100644 index 00000000..6cb93917 --- /dev/null +++ b/subsonic-android/res/drawable/media_forward_normal.png diff --git a/subsonic-android/res/drawable/media_forward_pressed.png b/subsonic-android/res/drawable/media_forward_pressed.png Binary files differnew file mode 100644 index 00000000..42ffbe4c --- /dev/null +++ b/subsonic-android/res/drawable/media_forward_pressed.png diff --git a/subsonic-android/res/drawable/media_pause.xml b/subsonic-android/res/drawable/media_pause.xml new file mode 100644 index 00000000..750ba3f1 --- /dev/null +++ b/subsonic-android/res/drawable/media_pause.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="utf-8"?> +<selector xmlns:android="http://schemas.android.com/apk/res/android"> + <item android:state_pressed="true" android:drawable="@drawable/media_pause_pressed" /> + <item android:drawable="@drawable/media_pause_normal" /> +</selector>
\ No newline at end of file diff --git a/subsonic-android/res/drawable/media_pause_normal.png b/subsonic-android/res/drawable/media_pause_normal.png Binary files differnew file mode 100644 index 00000000..4fc03eb2 --- /dev/null +++ b/subsonic-android/res/drawable/media_pause_normal.png diff --git a/subsonic-android/res/drawable/media_pause_pressed.png b/subsonic-android/res/drawable/media_pause_pressed.png Binary files differnew file mode 100644 index 00000000..dd9ae605 --- /dev/null +++ b/subsonic-android/res/drawable/media_pause_pressed.png diff --git a/subsonic-android/res/drawable/media_repeat_all.png b/subsonic-android/res/drawable/media_repeat_all.png Binary files differnew file mode 100644 index 00000000..6a5d4e41 --- /dev/null +++ b/subsonic-android/res/drawable/media_repeat_all.png diff --git a/subsonic-android/res/drawable/media_repeat_off.png b/subsonic-android/res/drawable/media_repeat_off.png Binary files differnew file mode 100644 index 00000000..a4417248 --- /dev/null +++ b/subsonic-android/res/drawable/media_repeat_off.png diff --git a/subsonic-android/res/drawable/media_repeat_single.png b/subsonic-android/res/drawable/media_repeat_single.png Binary files differnew file mode 100644 index 00000000..3dec6958 --- /dev/null +++ b/subsonic-android/res/drawable/media_repeat_single.png diff --git a/subsonic-android/res/drawable/media_shuffle.xml b/subsonic-android/res/drawable/media_shuffle.xml new file mode 100644 index 00000000..55d744cc --- /dev/null +++ b/subsonic-android/res/drawable/media_shuffle.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="utf-8"?> +<selector xmlns:android="http://schemas.android.com/apk/res/android"> + <item android:state_pressed="true" android:drawable="@drawable/media_shuffle_pressed" /> + <item android:drawable="@drawable/media_shuffle_normal" /> +</selector>
\ No newline at end of file diff --git a/subsonic-android/res/drawable/media_shuffle_normal.png b/subsonic-android/res/drawable/media_shuffle_normal.png Binary files differnew file mode 100644 index 00000000..dc6b8c8c --- /dev/null +++ b/subsonic-android/res/drawable/media_shuffle_normal.png diff --git a/subsonic-android/res/drawable/media_shuffle_pressed.png b/subsonic-android/res/drawable/media_shuffle_pressed.png Binary files differnew file mode 100644 index 00000000..fb2639c8 --- /dev/null +++ b/subsonic-android/res/drawable/media_shuffle_pressed.png diff --git a/subsonic-android/res/drawable/media_start.xml b/subsonic-android/res/drawable/media_start.xml new file mode 100644 index 00000000..57117df7 --- /dev/null +++ b/subsonic-android/res/drawable/media_start.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="utf-8"?> +<selector xmlns:android="http://schemas.android.com/apk/res/android"> + <item android:state_pressed="true" android:drawable="@drawable/media_start_pressed" /> + <item android:drawable="@drawable/media_start_normal" /> +</selector>
\ No newline at end of file diff --git a/subsonic-android/res/drawable/media_start_normal.png b/subsonic-android/res/drawable/media_start_normal.png Binary files differnew file mode 100644 index 00000000..a3775d43 --- /dev/null +++ b/subsonic-android/res/drawable/media_start_normal.png diff --git a/subsonic-android/res/drawable/media_start_pressed.png b/subsonic-android/res/drawable/media_start_pressed.png Binary files differnew file mode 100644 index 00000000..d7ace1ba --- /dev/null +++ b/subsonic-android/res/drawable/media_start_pressed.png diff --git a/subsonic-android/res/drawable/media_stop.xml b/subsonic-android/res/drawable/media_stop.xml new file mode 100644 index 00000000..0cd2ff10 --- /dev/null +++ b/subsonic-android/res/drawable/media_stop.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="utf-8"?> +<selector xmlns:android="http://schemas.android.com/apk/res/android"> + <item android:state_pressed="true" android:drawable="@drawable/media_stop_pressed" /> + <item android:drawable="@drawable/media_stop_normal" /> +</selector>
\ No newline at end of file diff --git a/subsonic-android/res/drawable/media_stop_normal.png b/subsonic-android/res/drawable/media_stop_normal.png Binary files differnew file mode 100644 index 00000000..120aecd0 --- /dev/null +++ b/subsonic-android/res/drawable/media_stop_normal.png diff --git a/subsonic-android/res/drawable/media_stop_pressed.png b/subsonic-android/res/drawable/media_stop_pressed.png Binary files differnew file mode 100644 index 00000000..b590abe8 --- /dev/null +++ b/subsonic-android/res/drawable/media_stop_pressed.png diff --git a/subsonic-android/res/drawable/media_toggle_list.xml b/subsonic-android/res/drawable/media_toggle_list.xml new file mode 100644 index 00000000..350818e7 --- /dev/null +++ b/subsonic-android/res/drawable/media_toggle_list.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="utf-8"?> +<selector xmlns:android="http://schemas.android.com/apk/res/android"> + <item android:state_pressed="true" android:drawable="@drawable/media_toggle_list_pressed" /> + <item android:drawable="@drawable/media_toggle_list_normal" /> +</selector>
\ No newline at end of file diff --git a/subsonic-android/res/drawable/media_toggle_list_normal.png b/subsonic-android/res/drawable/media_toggle_list_normal.png Binary files differnew file mode 100644 index 00000000..cc269b65 --- /dev/null +++ b/subsonic-android/res/drawable/media_toggle_list_normal.png diff --git a/subsonic-android/res/drawable/media_toggle_list_pressed.png b/subsonic-android/res/drawable/media_toggle_list_pressed.png Binary files differnew file mode 100644 index 00000000..97b9a413 --- /dev/null +++ b/subsonic-android/res/drawable/media_toggle_list_pressed.png diff --git a/subsonic-android/res/drawable/menu_browse.png b/subsonic-android/res/drawable/menu_browse.png Binary files differnew file mode 100644 index 00000000..3f1de60d --- /dev/null +++ b/subsonic-android/res/drawable/menu_browse.png diff --git a/subsonic-android/res/drawable/menu_home.png b/subsonic-android/res/drawable/menu_home.png Binary files differnew file mode 100644 index 00000000..34943f66 --- /dev/null +++ b/subsonic-android/res/drawable/menu_home.png diff --git a/subsonic-android/res/drawable/menu_now_playing.png b/subsonic-android/res/drawable/menu_now_playing.png Binary files differnew file mode 100644 index 00000000..22f203a8 --- /dev/null +++ b/subsonic-android/res/drawable/menu_now_playing.png diff --git a/subsonic-android/res/drawable/menu_playlists.png b/subsonic-android/res/drawable/menu_playlists.png Binary files differnew file mode 100644 index 00000000..c01733d9 --- /dev/null +++ b/subsonic-android/res/drawable/menu_playlists.png diff --git a/subsonic-android/res/drawable/menu_search.png b/subsonic-android/res/drawable/menu_search.png Binary files differnew file mode 100644 index 00000000..94446db9 --- /dev/null +++ b/subsonic-android/res/drawable/menu_search.png diff --git a/subsonic-android/res/drawable/menubar_button.xml b/subsonic-android/res/drawable/menubar_button.xml new file mode 100644 index 00000000..06c2c8e7 --- /dev/null +++ b/subsonic-android/res/drawable/menubar_button.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8"?> +<selector xmlns:android="http://schemas.android.com/apk/res/android"> + + <item android:state_pressed="true" + android:drawable="@drawable/menubar_button_pressed"/> + + <item android:state_enabled="true" + android:drawable="@drawable/menubar_button_normal"/> + + <item android:drawable="@drawable/menubar_button_disabled"/> + +</selector> + +
\ No newline at end of file diff --git a/subsonic-android/res/drawable/menubar_button_disabled.9.png b/subsonic-android/res/drawable/menubar_button_disabled.9.png Binary files differnew file mode 100644 index 00000000..94a48f7d --- /dev/null +++ b/subsonic-android/res/drawable/menubar_button_disabled.9.png diff --git a/subsonic-android/res/drawable/menubar_button_normal.9.png b/subsonic-android/res/drawable/menubar_button_normal.9.png Binary files differnew file mode 100644 index 00000000..9ce38a61 --- /dev/null +++ b/subsonic-android/res/drawable/menubar_button_normal.9.png diff --git a/subsonic-android/res/drawable/menubar_button_pressed.9.png b/subsonic-android/res/drawable/menubar_button_pressed.9.png Binary files differnew file mode 100644 index 00000000..4dff0907 --- /dev/null +++ b/subsonic-android/res/drawable/menubar_button_pressed.9.png diff --git a/subsonic-android/res/drawable/refresh.png b/subsonic-android/res/drawable/refresh.png Binary files differnew file mode 100644 index 00000000..3838ba07 --- /dev/null +++ b/subsonic-android/res/drawable/refresh.png diff --git a/subsonic-android/res/drawable/saved.png b/subsonic-android/res/drawable/saved.png Binary files differnew file mode 100644 index 00000000..6c7c276f --- /dev/null +++ b/subsonic-android/res/drawable/saved.png diff --git a/subsonic-android/res/drawable/search.png b/subsonic-android/res/drawable/search.png Binary files differnew file mode 100644 index 00000000..3f8913e2 --- /dev/null +++ b/subsonic-android/res/drawable/search.png diff --git a/subsonic-android/res/drawable/select_album_play_all.xml b/subsonic-android/res/drawable/select_album_play_all.xml new file mode 100644 index 00000000..7e6a81ac --- /dev/null +++ b/subsonic-android/res/drawable/select_album_play_all.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="utf-8"?> +<selector xmlns:android="http://schemas.android.com/apk/res/android"> + <item android:state_pressed="true" android:drawable="@drawable/select_album_play_all_pressed" /> + <item android:drawable="@drawable/select_album_play_all_normal" /> +</selector>
\ No newline at end of file diff --git a/subsonic-android/res/drawable/select_album_play_all_normal.png b/subsonic-android/res/drawable/select_album_play_all_normal.png Binary files differnew file mode 100644 index 00000000..1ec33286 --- /dev/null +++ b/subsonic-android/res/drawable/select_album_play_all_normal.png diff --git a/subsonic-android/res/drawable/select_album_play_all_pressed.png b/subsonic-android/res/drawable/select_album_play_all_pressed.png Binary files differnew file mode 100644 index 00000000..c3a18e77 --- /dev/null +++ b/subsonic-android/res/drawable/select_album_play_all_pressed.png diff --git a/subsonic-android/res/drawable/select_artist_folder.png b/subsonic-android/res/drawable/select_artist_folder.png Binary files differnew file mode 100644 index 00000000..5ae85406 --- /dev/null +++ b/subsonic-android/res/drawable/select_artist_folder.png diff --git a/subsonic-android/res/drawable/slider_knob.png b/subsonic-android/res/drawable/slider_knob.png Binary files differnew file mode 100644 index 00000000..ae21a4f9 --- /dev/null +++ b/subsonic-android/res/drawable/slider_knob.png diff --git a/subsonic-android/res/drawable/stat_notify_playing.png b/subsonic-android/res/drawable/stat_notify_playing.png Binary files differnew file mode 100644 index 00000000..fd92c188 --- /dev/null +++ b/subsonic-android/res/drawable/stat_notify_playing.png diff --git a/subsonic-android/res/drawable/toast_frame.9.png b/subsonic-android/res/drawable/toast_frame.9.png Binary files differnew file mode 100644 index 00000000..8f5d8119 --- /dev/null +++ b/subsonic-android/res/drawable/toast_frame.9.png diff --git a/subsonic-android/res/drawable/unknown_album.png b/subsonic-android/res/drawable/unknown_album.png Binary files differnew file mode 100644 index 00000000..c6e77088 --- /dev/null +++ b/subsonic-android/res/drawable/unknown_album.png diff --git a/subsonic-android/res/drawable/unknown_album_large.png b/subsonic-android/res/drawable/unknown_album_large.png Binary files differnew file mode 100644 index 00000000..50455c5d --- /dev/null +++ b/subsonic-android/res/drawable/unknown_album_large.png |