aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res/drawable
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2012-11-17 19:34:33 -0800
committerScott Jackson <daneren2005@gmail.com>2012-11-17 19:34:33 -0800
commitd71f81fd01a475c68ac7f6d3afaf122ba08be855 (patch)
tree97ea7a240d4096db4b80b93730efffc054654a31 /subsonic-android/res/drawable
parent03852920824033a19e6427b7fac4afa096c5e573 (diff)
downloaddsub-d71f81fd01a475c68ac7f6d3afaf122ba08be855.tar.gz
dsub-d71f81fd01a475c68ac7f6d3afaf122ba08be855.tar.bz2
dsub-d71f81fd01a475c68ac7f6d3afaf122ba08be855.zip
Update of the widget #38
Diffstat (limited to 'subsonic-android/res/drawable')
-rw-r--r--subsonic-android/res/drawable/appwidget_button_background.9.pngbin174 -> 0 bytes
-rw-r--r--subsonic-android/res/drawable/appwidget_button_background_r.9.pngbin638 -> 0 bytes
-rw-r--r--subsonic-android/res/drawable/appwidget_button_center.xml27
-rw-r--r--subsonic-android/res/drawable/appwidget_button_left.xml27
-rw-r--r--subsonic-android/res/drawable/appwidget_button_right.xml27
-rw-r--r--subsonic-android/res/drawable/appwidget_divider.9.pngbin2806 -> 0 bytes
-rw-r--r--subsonic-android/res/drawable/appwidget_divider_horizontal.9.pngbin182 -> 0 bytes
-rw-r--r--subsonic-android/res/drawable/appwidget_divider_vertical.pngbin112 -> 0 bytes
-rw-r--r--subsonic-android/res/drawable/appwidget_inner_focus_c.9.pngbin212 -> 0 bytes
-rw-r--r--subsonic-android/res/drawable/appwidget_inner_focus_l.9.pngbin325 -> 0 bytes
-rw-r--r--subsonic-android/res/drawable/appwidget_inner_focus_r.9.pngbin324 -> 0 bytes
-rw-r--r--subsonic-android/res/drawable/appwidget_inner_press_c.9.pngbin212 -> 0 bytes
-rw-r--r--subsonic-android/res/drawable/appwidget_inner_press_l.9.pngbin335 -> 0 bytes
-rw-r--r--subsonic-android/res/drawable/appwidget_inner_press_r.9.pngbin330 -> 0 bytes
-rw-r--r--subsonic-android/res/drawable/appwidget_overlay.pngbin118 -> 0 bytes
-rw-r--r--subsonic-android/res/drawable/widget_background.xml12
16 files changed, 0 insertions, 93 deletions
diff --git a/subsonic-android/res/drawable/appwidget_button_background.9.png b/subsonic-android/res/drawable/appwidget_button_background.9.png
deleted file mode 100644
index b7d3b18f..00000000
--- a/subsonic-android/res/drawable/appwidget_button_background.9.png
+++ /dev/null
Binary files differ
diff --git a/subsonic-android/res/drawable/appwidget_button_background_r.9.png b/subsonic-android/res/drawable/appwidget_button_background_r.9.png
deleted file mode 100644
index 90e2cc82..00000000
--- a/subsonic-android/res/drawable/appwidget_button_background_r.9.png
+++ /dev/null
Binary files differ
diff --git a/subsonic-android/res/drawable/appwidget_button_center.xml b/subsonic-android/res/drawable/appwidget_button_center.xml
deleted file mode 100644
index b6a3be4b..00000000
--- a/subsonic-android/res/drawable/appwidget_button_center.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?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
deleted file mode 100644
index 5bfa124c..00000000
--- a/subsonic-android/res/drawable/appwidget_button_left.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?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
deleted file mode 100644
index 3d1181be..00000000
--- a/subsonic-android/res/drawable/appwidget_button_right.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?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
deleted file mode 100644
index 3445e842..00000000
--- a/subsonic-android/res/drawable/appwidget_divider.9.png
+++ /dev/null
Binary files differ
diff --git a/subsonic-android/res/drawable/appwidget_divider_horizontal.9.png b/subsonic-android/res/drawable/appwidget_divider_horizontal.9.png
deleted file mode 100644
index e2e80af9..00000000
--- a/subsonic-android/res/drawable/appwidget_divider_horizontal.9.png
+++ /dev/null
Binary files differ
diff --git a/subsonic-android/res/drawable/appwidget_divider_vertical.png b/subsonic-android/res/drawable/appwidget_divider_vertical.png
deleted file mode 100644
index efe466a6..00000000
--- a/subsonic-android/res/drawable/appwidget_divider_vertical.png
+++ /dev/null
Binary files differ
diff --git a/subsonic-android/res/drawable/appwidget_inner_focus_c.9.png b/subsonic-android/res/drawable/appwidget_inner_focus_c.9.png
deleted file mode 100644
index 1450e65b..00000000
--- a/subsonic-android/res/drawable/appwidget_inner_focus_c.9.png
+++ /dev/null
Binary files differ
diff --git a/subsonic-android/res/drawable/appwidget_inner_focus_l.9.png b/subsonic-android/res/drawable/appwidget_inner_focus_l.9.png
deleted file mode 100644
index 6e8f100e..00000000
--- a/subsonic-android/res/drawable/appwidget_inner_focus_l.9.png
+++ /dev/null
Binary files differ
diff --git a/subsonic-android/res/drawable/appwidget_inner_focus_r.9.png b/subsonic-android/res/drawable/appwidget_inner_focus_r.9.png
deleted file mode 100644
index bc8757b8..00000000
--- a/subsonic-android/res/drawable/appwidget_inner_focus_r.9.png
+++ /dev/null
Binary files differ
diff --git a/subsonic-android/res/drawable/appwidget_inner_press_c.9.png b/subsonic-android/res/drawable/appwidget_inner_press_c.9.png
deleted file mode 100644
index bd542bac..00000000
--- a/subsonic-android/res/drawable/appwidget_inner_press_c.9.png
+++ /dev/null
Binary files differ
diff --git a/subsonic-android/res/drawable/appwidget_inner_press_l.9.png b/subsonic-android/res/drawable/appwidget_inner_press_l.9.png
deleted file mode 100644
index 575ecf4e..00000000
--- a/subsonic-android/res/drawable/appwidget_inner_press_l.9.png
+++ /dev/null
Binary files differ
diff --git a/subsonic-android/res/drawable/appwidget_inner_press_r.9.png b/subsonic-android/res/drawable/appwidget_inner_press_r.9.png
deleted file mode 100644
index 79eaea35..00000000
--- a/subsonic-android/res/drawable/appwidget_inner_press_r.9.png
+++ /dev/null
Binary files differ
diff --git a/subsonic-android/res/drawable/appwidget_overlay.png b/subsonic-android/res/drawable/appwidget_overlay.png
deleted file mode 100644
index dfbbd3ec..00000000
--- a/subsonic-android/res/drawable/appwidget_overlay.png
+++ /dev/null
Binary files differ
diff --git a/subsonic-android/res/drawable/widget_background.xml b/subsonic-android/res/drawable/widget_background.xml
deleted file mode 100644
index fe641900..00000000
--- a/subsonic-android/res/drawable/widget_background.xml
+++ /dev/null
@@ -1,12 +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/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_bg" />
-</selector>
-