OSDN Git Service

Remove more unused icons.
authorJohn Spurlock <jspurlock@google.com>
Thu, 22 Aug 2013 22:20:17 +0000 (18:20 -0400)
committerJohn Spurlock <jspurlock@google.com>
Fri, 23 Aug 2013 12:07:11 +0000 (08:07 -0400)
By also removing their obsolete layout referents.

Bug:10344949
Change-Id: Iff8bf686507c63239f058de82ebc776d27480b4f

packages/SystemUI/res/drawable-hdpi/alert_bar_background_normal.9.png [deleted file]
packages/SystemUI/res/drawable-hdpi/alert_bar_background_pressed.9.png [deleted file]
packages/SystemUI/res/drawable-hdpi/pocket_drag_pattern.png [deleted file]
packages/SystemUI/res/drawable-mdpi/alert_bar_background_normal.9.png [deleted file]
packages/SystemUI/res/drawable-mdpi/alert_bar_background_pressed.9.png [deleted file]
packages/SystemUI/res/drawable-mdpi/pocket_drag_pattern.png [deleted file]
packages/SystemUI/res/drawable-xhdpi/alert_bar_background_normal.9.png [deleted file]
packages/SystemUI/res/drawable-xhdpi/alert_bar_background_pressed.9.png [deleted file]
packages/SystemUI/res/drawable-xhdpi/pocket_drag_pattern.png [deleted file]
packages/SystemUI/res/drawable/alert_bar_background.xml [deleted file]
packages/SystemUI/res/drawable/pocket_drag_bg.xml [deleted file]

diff --git a/packages/SystemUI/res/drawable-hdpi/alert_bar_background_normal.9.png b/packages/SystemUI/res/drawable-hdpi/alert_bar_background_normal.9.png
deleted file mode 100644 (file)
index a90c412..0000000
Binary files a/packages/SystemUI/res/drawable-hdpi/alert_bar_background_normal.9.png and /dev/null differ
diff --git a/packages/SystemUI/res/drawable-hdpi/alert_bar_background_pressed.9.png b/packages/SystemUI/res/drawable-hdpi/alert_bar_background_pressed.9.png
deleted file mode 100644 (file)
index 9d6032c..0000000
Binary files a/packages/SystemUI/res/drawable-hdpi/alert_bar_background_pressed.9.png and /dev/null differ
diff --git a/packages/SystemUI/res/drawable-hdpi/pocket_drag_pattern.png b/packages/SystemUI/res/drawable-hdpi/pocket_drag_pattern.png
deleted file mode 100644 (file)
index b436fc5..0000000
Binary files a/packages/SystemUI/res/drawable-hdpi/pocket_drag_pattern.png and /dev/null differ
diff --git a/packages/SystemUI/res/drawable-mdpi/alert_bar_background_normal.9.png b/packages/SystemUI/res/drawable-mdpi/alert_bar_background_normal.9.png
deleted file mode 100644 (file)
index b94b144..0000000
Binary files a/packages/SystemUI/res/drawable-mdpi/alert_bar_background_normal.9.png and /dev/null differ
diff --git a/packages/SystemUI/res/drawable-mdpi/alert_bar_background_pressed.9.png b/packages/SystemUI/res/drawable-mdpi/alert_bar_background_pressed.9.png
deleted file mode 100644 (file)
index b94b144..0000000
Binary files a/packages/SystemUI/res/drawable-mdpi/alert_bar_background_pressed.9.png and /dev/null differ
diff --git a/packages/SystemUI/res/drawable-mdpi/pocket_drag_pattern.png b/packages/SystemUI/res/drawable-mdpi/pocket_drag_pattern.png
deleted file mode 100644 (file)
index 3370aeb..0000000
Binary files a/packages/SystemUI/res/drawable-mdpi/pocket_drag_pattern.png and /dev/null differ
diff --git a/packages/SystemUI/res/drawable-xhdpi/alert_bar_background_normal.9.png b/packages/SystemUI/res/drawable-xhdpi/alert_bar_background_normal.9.png
deleted file mode 100644 (file)
index eb44262..0000000
Binary files a/packages/SystemUI/res/drawable-xhdpi/alert_bar_background_normal.9.png and /dev/null differ
diff --git a/packages/SystemUI/res/drawable-xhdpi/alert_bar_background_pressed.9.png b/packages/SystemUI/res/drawable-xhdpi/alert_bar_background_pressed.9.png
deleted file mode 100644 (file)
index 887e006..0000000
Binary files a/packages/SystemUI/res/drawable-xhdpi/alert_bar_background_pressed.9.png and /dev/null differ
diff --git a/packages/SystemUI/res/drawable-xhdpi/pocket_drag_pattern.png b/packages/SystemUI/res/drawable-xhdpi/pocket_drag_pattern.png
deleted file mode 100644 (file)
index 34431f4..0000000
Binary files a/packages/SystemUI/res/drawable-xhdpi/pocket_drag_pattern.png and /dev/null differ
diff --git a/packages/SystemUI/res/drawable/alert_bar_background.xml b/packages/SystemUI/res/drawable/alert_bar_background.xml
deleted file mode 100644 (file)
index 24b6aa3..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2008 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/alert_bar_background_pressed" />
-    <item
-         android:drawable="@drawable/alert_bar_background_normal" />
-</selector>
-
diff --git a/packages/SystemUI/res/drawable/pocket_drag_bg.xml b/packages/SystemUI/res/drawable/pocket_drag_bg.xml
deleted file mode 100644 (file)
index 573a702..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2011 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.
--->
-
-<bitmap
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    android:tileMode="repeat"
-    android:src="@drawable/pocket_drag_pattern"
-    />