summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorKarl Rosaen <>2009-04-23 19:00:21 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-04-23 19:00:21 -0700
commit138a04170d964da9cdec228e95b976875ae52481 (patch)
tree4e96d9d2806cab619764d2ff29f8431822be926e /res/drawable
parenteeb46723716c41ba6c6660001ffac4c53cc11cb1 (diff)
downloadandroid_packages_apps_Trebuchet-138a04170d964da9cdec228e95b976875ae52481.tar.gz
android_packages_apps_Trebuchet-138a04170d964da9cdec228e95b976875ae52481.tar.bz2
android_packages_apps_Trebuchet-138a04170d964da9cdec228e95b976875ae52481.zip
AI 147564: Merge back from search branch to donut. Notes:
- all public apis and framework changes have been reviewed by relevant folks in our branch (e.g romainguy) - all new public apis are @hidden; they will still get reviewed by api council once we're in git - other than that, it's mostly GlobalSearch and search dialog stuff, a new apps provider, and some tweaks to the contacts provider that was reviewed by jham Automated import of CL 147564
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/search_button_bg.9.pngbin0 -> 676 bytes
-rw-r--r--res/drawable/search_button_voice.pngbin0 -> 965 bytes
-rw-r--r--res/drawable/search_floater.9.pngbin0 -> 777 bytes
-rw-r--r--res/drawable/textfield_searchwidget.xml31
-rw-r--r--res/drawable/textfield_searchwidget_default.9.pngbin0 -> 1742 bytes
-rw-r--r--res/drawable/textfield_searchwidget_pressed.9.pngbin0 -> 2032 bytes
-rw-r--r--res/drawable/textfield_searchwidget_selected.9.pngbin0 -> 1886 bytes
7 files changed, 31 insertions, 0 deletions
diff --git a/res/drawable/search_button_bg.9.png b/res/drawable/search_button_bg.9.png
new file mode 100644
index 000000000..b140b24b6
--- /dev/null
+++ b/res/drawable/search_button_bg.9.png
Binary files differ
diff --git a/res/drawable/search_button_voice.png b/res/drawable/search_button_voice.png
new file mode 100644
index 000000000..4c3d683e7
--- /dev/null
+++ b/res/drawable/search_button_voice.png
Binary files differ
diff --git a/res/drawable/search_floater.9.png b/res/drawable/search_floater.9.png
new file mode 100644
index 000000000..a2007ad92
--- /dev/null
+++ b/res/drawable/search_floater.9.png
Binary files differ
diff --git a/res/drawable/textfield_searchwidget.xml b/res/drawable/textfield_searchwidget.xml
new file mode 100644
index 000000000..80f3dca34
--- /dev/null
+++ b/res/drawable/textfield_searchwidget.xml
@@ -0,0 +1,31 @@
+<?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>
diff --git a/res/drawable/textfield_searchwidget_default.9.png b/res/drawable/textfield_searchwidget_default.9.png
new file mode 100644
index 000000000..247abca85
--- /dev/null
+++ b/res/drawable/textfield_searchwidget_default.9.png
Binary files differ
diff --git a/res/drawable/textfield_searchwidget_pressed.9.png b/res/drawable/textfield_searchwidget_pressed.9.png
new file mode 100644
index 000000000..d628cbca1
--- /dev/null
+++ b/res/drawable/textfield_searchwidget_pressed.9.png
Binary files differ
diff --git a/res/drawable/textfield_searchwidget_selected.9.png b/res/drawable/textfield_searchwidget_selected.9.png
new file mode 100644
index 000000000..9e935273e
--- /dev/null
+++ b/res/drawable/textfield_searchwidget_selected.9.png
Binary files differ