summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilles Debunne <debunne@google.com>2010-10-07 10:52:11 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-10-07 10:52:11 -0700
commite86a6b2a4dc0c01717366c35fd0d6acd778988d4 (patch)
tree81caf443b05697b769df7a8ca3f7cf3c8965b592
parent30f5c8fede241e7560f4a33e48af3a4627fd5efc (diff)
parent8b1764fdc83dda4ddcc4f426adc69fee02ffecb6 (diff)
downloadframeworks_base-e86a6b2a4dc0c01717366c35fd0d6acd778988d4.zip
frameworks_base-e86a6b2a4dc0c01717366c35fd0d6acd778988d4.tar.gz
frameworks_base-e86a6b2a4dc0c01717366c35fd0d6acd778988d4.tar.bz2
Merge "Removed unused and broken screen_progress" into gingerbread
-rw-r--r--core/res/res/drawable-hdpi/screen_progress_frame.9.pngbin370 -> 0 bytes
-rw-r--r--core/res/res/drawable-hdpi/screen_progress_inner.9.pngbin178 -> 0 bytes
-rw-r--r--core/res/res/drawable-mdpi/screen_progress_frame.9.pngbin322 -> 0 bytes
-rw-r--r--core/res/res/drawable-mdpi/screen_progress_inner.9.pngbin185 -> 0 bytes
-rw-r--r--core/res/res/drawable/screen_progress.xml27
5 files changed, 0 insertions, 27 deletions
diff --git a/core/res/res/drawable-hdpi/screen_progress_frame.9.png b/core/res/res/drawable-hdpi/screen_progress_frame.9.png
deleted file mode 100644
index 3f9d738..0000000
--- a/core/res/res/drawable-hdpi/screen_progress_frame.9.png
+++ /dev/null
Binary files differ
diff --git a/core/res/res/drawable-hdpi/screen_progress_inner.9.png b/core/res/res/drawable-hdpi/screen_progress_inner.9.png
deleted file mode 100644
index 10c7da5..0000000
--- a/core/res/res/drawable-hdpi/screen_progress_inner.9.png
+++ /dev/null
Binary files differ
diff --git a/core/res/res/drawable-mdpi/screen_progress_frame.9.png b/core/res/res/drawable-mdpi/screen_progress_frame.9.png
deleted file mode 100644
index 0e92429..0000000
--- a/core/res/res/drawable-mdpi/screen_progress_frame.9.png
+++ /dev/null
Binary files differ
diff --git a/core/res/res/drawable-mdpi/screen_progress_inner.9.png b/core/res/res/drawable-mdpi/screen_progress_inner.9.png
deleted file mode 100644
index 1799a53..0000000
--- a/core/res/res/drawable-mdpi/screen_progress_inner.9.png
+++ /dev/null
Binary files differ
diff --git a/core/res/res/drawable/screen_progress.xml b/core/res/res/drawable/screen_progress.xml
deleted file mode 100644
index aed23a6..0000000
--- a/core/res/res/drawable/screen_progress.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-/* //device/apps/common/res/drawable/progress.xml
-**
-** Copyright 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.
-*/
--->
-
-<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:drawable="@android:drawable/screen_progress_frame" />
- <item>
- <scale scaleWidth="100%" scaleGravity="0x3" drawable="@android:drawable/screen_progress_inner" />
- </item>
-</layer-list>
-