summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorAndroid (Google) Code Review <android-gerrit@google.com>2009-07-21 10:56:06 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2009-07-21 10:56:06 -0700
commitefb38794c880510c943973570eab8301cc269a28 (patch)
tree651269bf82c1b4f8a1d46af600a2d4f1eeb4baa4 /res/drawable
parent18fdcb6de7e1268ed6e5c7664b2c838fe9d494ae (diff)
parent94dabf1be48001ea2a8fcb496fe08ba82b229e00 (diff)
downloadandroid_packages_apps_Trebuchet-efb38794c880510c943973570eab8301cc269a28.tar.gz
android_packages_apps_Trebuchet-efb38794c880510c943973570eab8301cc269a28.tar.bz2
android_packages_apps_Trebuchet-efb38794c880510c943973570eab8301cc269a28.zip
Merge change 8034 into donut
* changes: Remove gestures from Home.
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/btn_add.xml26
-rw-r--r--res/drawable/btn_g.xml26
-rw-r--r--res/drawable/btn_list.xml26
-rw-r--r--res/drawable/g_background.9.pngbin392 -> 0 bytes
-rw-r--r--res/drawable/g_bar_background.xml19
-rw-r--r--res/drawable/g_normal.pngbin1408 -> 0 bytes
-rw-r--r--res/drawable/g_pressed.pngbin1784 -> 0 bytes
-rw-r--r--res/drawable/g_selected.pngbin1794 -> 0 bytes
-rw-r--r--res/drawable/gestures_background.xml19
-rw-r--r--res/drawable/gestures_frame.9.pngbin3882 -> 0 bytes
-rw-r--r--res/drawable/list_normal.pngbin1183 -> 0 bytes
-rw-r--r--res/drawable/list_pressed.pngbin1563 -> 0 bytes
-rw-r--r--res/drawable/list_selected.pngbin1603 -> 0 bytes
-rw-r--r--res/drawable/mirrored_shadow.9.pngbin165 -> 0 bytes
-rw-r--r--res/drawable/plus_normal.pngbin1218 -> 0 bytes
-rw-r--r--res/drawable/plus_pressed.pngbin1564 -> 0 bytes
-rw-r--r--res/drawable/plus_selected.pngbin1599 -> 0 bytes
17 files changed, 0 insertions, 116 deletions
diff --git a/res/drawable/btn_add.xml b/res/drawable/btn_add.xml
deleted file mode 100644
index 1345fd18a..000000000
--- a/res/drawable/btn_add.xml
+++ /dev/null
@@ -1,26 +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_window_focused="false" android:state_enabled="true"
- android:drawable="@drawable/plus_normal" />
- <item android:state_pressed="true"
- android:drawable="@drawable/plus_pressed" />
- <item android:state_focused="true" android:state_enabled="true"
- android:drawable="@drawable/plus_selected" />
- <item android:state_enabled="true"
- android:drawable="@drawable/plus_normal" />
-</selector>
diff --git a/res/drawable/btn_g.xml b/res/drawable/btn_g.xml
deleted file mode 100644
index d033b438f..000000000
--- a/res/drawable/btn_g.xml
+++ /dev/null
@@ -1,26 +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_window_focused="false" android:state_enabled="true"
- android:drawable="@drawable/g_normal" />
- <item android:state_pressed="true"
- android:drawable="@drawable/g_pressed" />
- <item android:state_focused="true" android:state_enabled="true"
- android:drawable="@drawable/g_selected" />
- <item android:state_enabled="true"
- android:drawable="@drawable/g_normal" />
-</selector>
diff --git a/res/drawable/btn_list.xml b/res/drawable/btn_list.xml
deleted file mode 100644
index 84a033ef8..000000000
--- a/res/drawable/btn_list.xml
+++ /dev/null
@@ -1,26 +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_window_focused="false" android:state_enabled="true"
- android:drawable="@drawable/list_normal" />
- <item android:state_pressed="true"
- android:drawable="@drawable/list_pressed" />
- <item android:state_focused="true" android:state_enabled="true"
- android:drawable="@drawable/list_selected" />
- <item android:state_enabled="true"
- android:drawable="@drawable/list_normal" />
-</selector>
diff --git a/res/drawable/g_background.9.png b/res/drawable/g_background.9.png
deleted file mode 100644
index a4bf81764..000000000
--- a/res/drawable/g_background.9.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/g_bar_background.xml b/res/drawable/g_bar_background.xml
deleted file mode 100644
index b9f669494..000000000
--- a/res/drawable/g_bar_background.xml
+++ /dev/null
@@ -1,19 +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.
--->
-
-<nine-patch xmlns:android="http://schemas.android.com/apk/res/android"
- android:src="@drawable/g_background"
- android:dither="true" />
diff --git a/res/drawable/g_normal.png b/res/drawable/g_normal.png
deleted file mode 100644
index 2ae97036b..000000000
--- a/res/drawable/g_normal.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/g_pressed.png b/res/drawable/g_pressed.png
deleted file mode 100644
index 13667dcbb..000000000
--- a/res/drawable/g_pressed.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/g_selected.png b/res/drawable/g_selected.png
deleted file mode 100644
index faed865ab..000000000
--- a/res/drawable/g_selected.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/gestures_background.xml b/res/drawable/gestures_background.xml
deleted file mode 100644
index 59c11dc60..000000000
--- a/res/drawable/gestures_background.xml
+++ /dev/null
@@ -1,19 +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.
--->
-
-<nine-patch xmlns:android="http://schemas.android.com/apk/res/android"
- android:src="@drawable/gestures_frame"
- android:dither="true" />
diff --git a/res/drawable/gestures_frame.9.png b/res/drawable/gestures_frame.9.png
deleted file mode 100644
index 3119a815b..000000000
--- a/res/drawable/gestures_frame.9.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/list_normal.png b/res/drawable/list_normal.png
deleted file mode 100644
index ee05949c7..000000000
--- a/res/drawable/list_normal.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/list_pressed.png b/res/drawable/list_pressed.png
deleted file mode 100644
index 8e3c68c86..000000000
--- a/res/drawable/list_pressed.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/list_selected.png b/res/drawable/list_selected.png
deleted file mode 100644
index 93858f435..000000000
--- a/res/drawable/list_selected.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/mirrored_shadow.9.png b/res/drawable/mirrored_shadow.9.png
deleted file mode 100644
index 84516dddb..000000000
--- a/res/drawable/mirrored_shadow.9.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/plus_normal.png b/res/drawable/plus_normal.png
deleted file mode 100644
index ddc588807..000000000
--- a/res/drawable/plus_normal.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/plus_pressed.png b/res/drawable/plus_pressed.png
deleted file mode 100644
index 872f092a8..000000000
--- a/res/drawable/plus_pressed.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/plus_selected.png b/res/drawable/plus_selected.png
deleted file mode 100644
index 32c441f07..000000000
--- a/res/drawable/plus_selected.png
+++ /dev/null
Binary files differ