diff options
author | Scott Jackson <daneren2005@gmail.com> | 2013-07-27 14:33:25 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2013-07-27 14:33:38 -0700 |
commit | 4738428c2c205f42200386ae09b44b9ec07b9144 (patch) | |
tree | a6402978fe1b4655f90c3c8a181f4d246fbc5e89 /subsonic-android/res/drawable | |
parent | 82ec8315f777c319f2372540098e21111019d629 (diff) | |
download | dsub-4738428c2c205f42200386ae09b44b9ec07b9144.tar.gz dsub-4738428c2c205f42200386ae09b44b9ec07b9144.tar.bz2 dsub-4738428c2c205f42200386ae09b44b9ec07b9144.zip |
Move subsonic-android to root
Diffstat (limited to 'subsonic-android/res/drawable')
-rw-r--r-- | subsonic-android/res/drawable/actionbar_button.xml | 18 | ||||
-rw-r--r-- | subsonic-android/res/drawable/btn_bg.xml | 17 | ||||
-rw-r--r-- | subsonic-android/res/drawable/btn_check.xml | 28 | ||||
-rw-r--r-- | subsonic-android/res/drawable/media_button.xml | 9 | ||||
-rw-r--r-- | subsonic-android/res/drawable/menubar_button.xml | 14 | ||||
-rw-r--r-- | subsonic-android/res/drawable/menubar_button_normal.xml | 4 | ||||
-rw-r--r-- | subsonic-android/res/drawable/menubar_button_pressed.xml | 4 | ||||
-rw-r--r-- | subsonic-android/res/drawable/select_album_play_all.xml | 5 |
8 files changed, 0 insertions, 99 deletions
diff --git a/subsonic-android/res/drawable/actionbar_button.xml b/subsonic-android/res/drawable/actionbar_button.xml deleted file mode 100644 index 5445cdcb..00000000 --- a/subsonic-android/res/drawable/actionbar_button.xml +++ /dev/null @@ -1,18 +0,0 @@ -<?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/btn_bg.xml b/subsonic-android/res/drawable/btn_bg.xml deleted file mode 100644 index 79d40784..00000000 --- a/subsonic-android/res/drawable/btn_bg.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?>
-<!--
- Copyright (C) 2010 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" android:exitFadeDuration="@android:integer/config_mediumAnimTime">
-
- <item android:drawable="@color/ics_opaque" android:state_pressed="true"/>
- <item android:drawable="@color/ics_opaque" android:state_enabled="true" android:state_focused="true"/>
-
-</selector>
\ No newline at end of file diff --git a/subsonic-android/res/drawable/btn_check.xml b/subsonic-android/res/drawable/btn_check.xml deleted file mode 100644 index f363a2d2..00000000 --- a/subsonic-android/res/drawable/btn_check.xml +++ /dev/null @@ -1,28 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2008 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_checked="true" - android:drawable="@drawable/btn_check_buttonless_on" /> - - <item android:state_checked="false" - android:drawable="@drawable/btn_check_buttonless_off" /> - - <item - android:drawable="@drawable/btn_check_buttonless_off" /> - -</selector> diff --git a/subsonic-android/res/drawable/media_button.xml b/subsonic-android/res/drawable/media_button.xml deleted file mode 100644 index f144393d..00000000 --- a/subsonic-android/res/drawable/media_button.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?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:drawable="@drawable/menubar_button_normal"/> - -</selector>
\ No newline at end of file diff --git a/subsonic-android/res/drawable/menubar_button.xml b/subsonic-android/res/drawable/menubar_button.xml deleted file mode 100644 index 1dc79176..00000000 --- a/subsonic-android/res/drawable/menubar_button.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?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_selected"/> - -</selector> - -
\ No newline at end of file diff --git a/subsonic-android/res/drawable/menubar_button_normal.xml b/subsonic-android/res/drawable/menubar_button_normal.xml deleted file mode 100644 index 76589c0c..00000000 --- a/subsonic-android/res/drawable/menubar_button_normal.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<shape xmlns:android="http://schemas.android.com/apk/res/android"> - <solid android:color="@android:color/transparent" /> -</shape> diff --git a/subsonic-android/res/drawable/menubar_button_pressed.xml b/subsonic-android/res/drawable/menubar_button_pressed.xml deleted file mode 100644 index b7b42ee5..00000000 --- a/subsonic-android/res/drawable/menubar_button_pressed.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?>
-<shape xmlns:android="http://schemas.android.com/apk/res/android">
- <solid android:color="@color/dividerColor" />
-</shape>
diff --git a/subsonic-android/res/drawable/select_album_play_all.xml b/subsonic-android/res/drawable/select_album_play_all.xml deleted file mode 100644 index 7e6a81ac..00000000 --- a/subsonic-android/res/drawable/select_album_play_all.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?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 |