summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorLeon Scroggins <scroggo@google.com>2010-02-05 16:41:49 -0500
committerLeon Scroggins <scroggo@google.com>2010-02-05 16:41:49 -0500
commitf48d44ea4292563616e7f29b50ea94aeaff4fa3c (patch)
treeea05e5766b918b0cc968224afa9ca12d3344d6c6 /res/drawable
parent735a38d2d8e1db56d91b7b754b540f8643223493 (diff)
downloadpackages_apps_browser-f48d44ea4292563616e7f29b50ea94aeaff4fa3c.zip
packages_apps_browser-f48d44ea4292563616e7f29b50ea94aeaff4fa3c.tar.gz
packages_apps_browser-f48d44ea4292563616e7f29b50ea94aeaff4fa3c.tar.bz2
Update look of title bar when in voice search mode.
Fix for http://b/issue?id=2390713 Add the arcs to the end of the title. Change to multiline. Use the standard long press look.
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/title_voice.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/res/drawable/title_voice.xml b/res/drawable/title_voice.xml
new file mode 100644
index 0000000..0bb1ad3
--- /dev/null
+++ b/res/drawable/title_voice.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2010 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="@*android:drawable/textfield_pressed" />
+ <item android:state_pressed="false"
+ android:drawable="@drawable/textfield_voice_search" />
+</selector>