summaryrefslogtreecommitdiffstats
path: root/res/drawable-xlarge/search_button.xml
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2010-08-03 13:53:20 -0700
committerMichael Jurka <mikejurka@google.com>2010-08-03 14:10:37 -0700
commit2c3af5ffb21039a73107ef70723d2353146ab94a (patch)
tree5f132a5c6fe02c0c7ea9701b7127135d1a0318f1 /res/drawable-xlarge/search_button.xml
parent2e9934ecb0287440a7d4bdd1317f6b9fb5020854 (diff)
downloadandroid_packages_apps_Trebuchet-2c3af5ffb21039a73107ef70723d2353146ab94a.tar.gz
android_packages_apps_Trebuchet-2c3af5ffb21039a73107ef70723d2353146ab94a.tar.bz2
android_packages_apps_Trebuchet-2c3af5ffb21039a73107ef70723d2353146ab94a.zip
refreshed apps/configure button, added search button
- configure button now has a pressed state (as do the other two) - also added a cast to getX() from float->int because of changes in the view property code Change-Id: I57dc6e44838f4f4354f8977a3b542e93384b3d7d
Diffstat (limited to 'res/drawable-xlarge/search_button.xml')
-rw-r--r--res/drawable-xlarge/search_button.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/res/drawable-xlarge/search_button.xml b/res/drawable-xlarge/search_button.xml
new file mode 100644
index 000000000..6d5d949be
--- /dev/null
+++ b/res/drawable-xlarge/search_button.xml
@@ -0,0 +1,20 @@
+<?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/search_button_pressed" />
+ <item android:drawable="@drawable/search_button_normal" />
+</selector>