summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorMindy Pereira <mindyp@google.com>2011-10-05 13:36:07 -0700
committerMindy Pereira <mindyp@google.com>2011-10-05 13:36:07 -0700
commit5169ab29580c8e3f625b14bf16792f42d63e8caa (patch)
tree5cf5622daba79dfae13fc37798a6f930d25f16e4 /res/drawable
parentcc366b7a55efb38c7f4db0d474d24577de7f2ecd (diff)
downloadandroid_packages_apps_ExactCalculator-5169ab29580c8e3f625b14bf16792f42d63e8caa.tar.gz
android_packages_apps_ExactCalculator-5169ab29580c8e3f625b14bf16792f42d63e8caa.tar.bz2
android_packages_apps_ExactCalculator-5169ab29580c8e3f625b14bf16792f42d63e8caa.zip
Cleanup unused resources now that we have new assets.
Change-Id: I30081934b4bd39d854c7d9675610a4411c560074
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/blue_button.xml21
-rw-r--r--res/drawable/button.xml21
2 files changed, 0 insertions, 42 deletions
diff --git a/res/drawable/blue_button.xml b/res/drawable/blue_button.xml
deleted file mode 100644
index f4d6059..0000000
--- a/res/drawable/blue_button.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2007 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.
--->
-
-<shape xmlns:android="http://schemas.android.com/apk/res/android">
- <gradient android:startColor="#071622" android:endColor="#253541"
- android:angle="90"/>
- <corners android:radius="0dp" />
-</shape>
diff --git a/res/drawable/button.xml b/res/drawable/button.xml
deleted file mode 100644
index e5112ee..0000000
--- a/res/drawable/button.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2007 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.
--->
-
-<shape xmlns:android="http://schemas.android.com/apk/res/android">
- <gradient android:startColor="#000000" android:endColor="#333333"
- android:angle="90"/>
- <corners android:radius="0dp" />
-</shape>