summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorBjorn Bringert <bringert@android.com>2009-12-09 15:38:25 +0000
committerBjorn Bringert <bringert@android.com>2009-12-09 21:48:38 +0000
commit7984c9496bcaeca23ee7fdecc4d4f1bb2467e0f2 (patch)
tree64c1450d797ab6b46d91731b39629d2f3a0b820b /res/drawable
parent5a7970b536bfee8cb486f42c0ab70f1d6ea80fe9 (diff)
downloadandroid_packages_apps_Trebuchet-7984c9496bcaeca23ee7fdecc4d4f1bb2467e0f2.tar.gz
android_packages_apps_Trebuchet-7984c9496bcaeca23ee7fdecc4d4f1bb2467e0f2.tar.bz2
android_packages_apps_Trebuchet-7984c9496bcaeca23ee7fdecc4d4f1bb2467e0f2.zip
Get rid of the built-in search widget in Launcher2
Uses the widget from packages/apps/QuickSearchBox instead. Change-Id: I85d64defe155c0cad97fafef6a3db62c6cab504a
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/textfield_searchwidget.xml31
1 files changed, 0 insertions, 31 deletions
diff --git a/res/drawable/textfield_searchwidget.xml b/res/drawable/textfield_searchwidget.xml
deleted file mode 100644
index 80f3dca34..000000000
--- a/res/drawable/textfield_searchwidget.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2009 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_window_focused="false" android:state_enabled="true"
- android:drawable="@drawable/textfield_searchwidget_default" />
-
- <item android:state_pressed="true"
- android:drawable="@drawable/textfield_searchwidget_pressed" />
-
- <item android:state_enabled="true" android:state_focused="true"
- android:drawable="@drawable/textfield_searchwidget_selected" />
-
- <item android:state_enabled="true"
- android:drawable="@drawable/textfield_searchwidget_default" />
-
-</selector>