summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2010-11-17 17:12:10 -0800
committerMichael Jurka <mikejurka@google.com>2010-11-17 18:20:40 -0800
commitcdbd1e7181f22ca6a074dd2e295475c6ef7784f5 (patch)
tree2827f708289dc9c4d0180218a28621fb472dcb7c /res
parent6d7fe506fcfbc7bd6810ec8dd48c214e856aa87a (diff)
downloadandroid_packages_apps_Trebuchet-cdbd1e7181f22ca6a074dd2e295475c6ef7784f5.tar.gz
android_packages_apps_Trebuchet-cdbd1e7181f22ca6a074dd2e295475c6ef7784f5.tar.bz2
android_packages_apps_Trebuchet-cdbd1e7181f22ca6a074dd2e295475c6ef7784f5.zip
removing unused drawables
Diffstat (limited to 'res')
-rw-r--r--res/drawable-xlarge-hdpi/rotate_button_normal.pngbin9598 -> 0 bytes
-rw-r--r--res/drawable-xlarge-hdpi/rotate_button_pressed.pngbin9836 -> 0 bytes
-rw-r--r--res/drawable-xlarge/rotate_button.xml20
3 files changed, 0 insertions, 20 deletions
diff --git a/res/drawable-xlarge-hdpi/rotate_button_normal.png b/res/drawable-xlarge-hdpi/rotate_button_normal.png
deleted file mode 100644
index 37720186a..000000000
--- a/res/drawable-xlarge-hdpi/rotate_button_normal.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xlarge-hdpi/rotate_button_pressed.png b/res/drawable-xlarge-hdpi/rotate_button_pressed.png
deleted file mode 100644
index 7ceb99624..000000000
--- a/res/drawable-xlarge-hdpi/rotate_button_pressed.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xlarge/rotate_button.xml b/res/drawable-xlarge/rotate_button.xml
deleted file mode 100644
index c29efa446..000000000
--- a/res/drawable-xlarge/rotate_button.xml
+++ /dev/null
@@ -1,20 +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">
- <item android:state_pressed="true" android:drawable="@drawable/rotate_button_pressed" />
- <item android:drawable="@drawable/rotate_button_normal" />
-</selector>