diff options
author | Gilles Debunne <debunne@google.com> | 2010-10-07 10:52:11 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-10-07 10:52:11 -0700 |
commit | e86a6b2a4dc0c01717366c35fd0d6acd778988d4 (patch) | |
tree | 81caf443b05697b769df7a8ca3f7cf3c8965b592 | |
parent | 30f5c8fede241e7560f4a33e48af3a4627fd5efc (diff) | |
parent | 8b1764fdc83dda4ddcc4f426adc69fee02ffecb6 (diff) | |
download | frameworks_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.png | bin | 370 -> 0 bytes | |||
-rw-r--r-- | core/res/res/drawable-hdpi/screen_progress_inner.9.png | bin | 178 -> 0 bytes | |||
-rw-r--r-- | core/res/res/drawable-mdpi/screen_progress_frame.9.png | bin | 322 -> 0 bytes | |||
-rw-r--r-- | core/res/res/drawable-mdpi/screen_progress_inner.9.png | bin | 185 -> 0 bytes | |||
-rw-r--r-- | core/res/res/drawable/screen_progress.xml | 27 |
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 Binary files differdeleted file mode 100644 index 3f9d738..0000000 --- a/core/res/res/drawable-hdpi/screen_progress_frame.9.png +++ /dev/null diff --git a/core/res/res/drawable-hdpi/screen_progress_inner.9.png b/core/res/res/drawable-hdpi/screen_progress_inner.9.png Binary files differdeleted file mode 100644 index 10c7da5..0000000 --- a/core/res/res/drawable-hdpi/screen_progress_inner.9.png +++ /dev/null diff --git a/core/res/res/drawable-mdpi/screen_progress_frame.9.png b/core/res/res/drawable-mdpi/screen_progress_frame.9.png Binary files differdeleted file mode 100644 index 0e92429..0000000 --- a/core/res/res/drawable-mdpi/screen_progress_frame.9.png +++ /dev/null diff --git a/core/res/res/drawable-mdpi/screen_progress_inner.9.png b/core/res/res/drawable-mdpi/screen_progress_inner.9.png Binary files differdeleted file mode 100644 index 1799a53..0000000 --- a/core/res/res/drawable-mdpi/screen_progress_inner.9.png +++ /dev/null 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> - |