summaryrefslogtreecommitdiffstats
path: root/res/drawable-xlarge
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2011-01-25 18:41:55 -0800
committerMichael Jurka <mikejurka@google.com>2011-01-25 18:46:18 -0800
commit789744f8962642b04c4b37791154fc990a05746c (patch)
tree27151447961249fede094880e5cf5f82fadcdc0f /res/drawable-xlarge
parent8c920dd3683d752aa4c43e964831ce53f9b72887 (diff)
downloadandroid_packages_apps_Trebuchet-789744f8962642b04c4b37791154fc990a05746c.tar.gz
android_packages_apps_Trebuchet-789744f8962642b04c4b37791154fc990a05746c.tar.bz2
android_packages_apps_Trebuchet-789744f8962642b04c4b37791154fc990a05746c.zip
Updating layout of search buttons
Change-Id: Id18c9ba18cc5a4645a192393926054e3ffaad3d0
Diffstat (limited to 'res/drawable-xlarge')
-rw-r--r--res/drawable-xlarge/search_button_generic.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/res/drawable-xlarge/search_button_generic.xml b/res/drawable-xlarge/search_button_generic.xml
deleted file mode 100644
index 8f18e677e..000000000
--- a/res/drawable-xlarge/search_button_generic.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?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="@drawable/search_button_pressed" />
- <item android:drawable="@drawable/search_button_normal" />
-</selector>