summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/drawable
diff options
context:
space:
mode:
authorJim Miller <jaggies@google.com>2012-06-29 17:41:25 -0700
committerJim Miller <jaggies@google.com>2012-06-29 18:29:08 -0700
commita592d224732a06c3776a41df37a52bac4c64a654 (patch)
treec3e7145357d33eb7952b7c5e50d2e227d43fbcf2 /packages/SystemUI/res/drawable
parent875e0554c908f600c2fd50d6d1539ceda115df82 (diff)
downloadframeworks_base-a592d224732a06c3776a41df37a52bac4c64a654.zip
frameworks_base-a592d224732a06c3776a41df37a52bac4c64a654.tar.gz
frameworks_base-a592d224732a06c3776a41df37a52bac4c64a654.tar.bz2
Minor cleanup of left overs from GlowPadView integration.
- remove unused "chevron" assets - reduce memory footprint in SystemUI by not loading unused handle drawable. Change-Id: Iad1799d1a8a764c6abb4201520aa47ba84d33c38
Diffstat (limited to 'packages/SystemUI/res/drawable')
-rw-r--r--packages/SystemUI/res/drawable/navbar_search_handle.xml30
1 files changed, 0 insertions, 30 deletions
diff --git a/packages/SystemUI/res/drawable/navbar_search_handle.xml b/packages/SystemUI/res/drawable/navbar_search_handle.xml
deleted file mode 100644
index e40fa2c..0000000
--- a/packages/SystemUI/res/drawable/navbar_search_handle.xml
+++ /dev/null
@@ -1,30 +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.
--->
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-
- <item
- android:state_enabled="true"
- android:state_active="false"
- android:state_focused="false"
- android:drawable="@*android:drawable/ic_lockscreen_handle_pressed" />
-
- <item
- android:state_enabled="true"
- android:state_active="true"
- android:state_focused="false"
- android:drawable="@*android:drawable/ic_lockscreen_handle_pressed" />
-
-</selector>