blob: cde12fe552c6e9b9c9aa9cf7724d42a10a98c8ed [file] [log] [blame]
Tadashi G. Takaokae9311bc2010-12-15 16:53:37 +09001<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
4**
Tadashi G. Takaoka9116bf12011-06-21 20:10:51 +09005** Copyright 2011, The Android Open Source Project
Tadashi G. Takaokae9311bc2010-12-15 16:53:37 +09006**
7** Licensed under the Apache License, Version 2.0 (the "License");
8** you may not use this file except in compliance with the License.
9** You may obtain a copy of the License at
10**
11** http://www.apache.org/licenses/LICENSE-2.0
12**
13** Unless required by applicable law or agreed to in writing, software
14** distributed under the License is distributed on an "AS IS" BASIS,
15** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16** See the License for the specific language governing permissions and
17** limitations under the License.
18*/
19-->
20
21<selector
22 xmlns:android="http://schemas.android.com/apk/res/android"
23>
24 <item
25 android:state_pressed="true"
Tadashi G. Takaoka913e2ae2011-09-01 14:54:28 +090026 android:drawable="@drawable/btn_suggestion_pressed" />
Tadashi G. Takaokae9311bc2010-12-15 16:53:37 +090027</selector>