diff options
author | Wu-cheng Li <wuchengli@google.com> | 2011-05-25 10:29:29 +0800 |
---|---|---|
committer | Wu-cheng Li <wuchengli@google.com> | 2011-05-25 10:34:10 +0800 |
commit | 8dd4072f86ccf17152b2da9f7bb0696aec268809 (patch) | |
tree | 7ae540799d28997c4b1f1a69cf70310d21bc8fd4 /res/drawable-sw485dp/btn_zoom_in.xml | |
parent | a31cbd3aae70135633661b4f159009b907672baf (diff) | |
parent | e293317fd0e3726c1d6d7ce743995c6f911b6cd5 (diff) | |
download | LegacyCamera-8dd4072f86ccf17152b2da9f7bb0696aec268809.zip LegacyCamera-8dd4072f86ccf17152b2da9f7bb0696aec268809.tar.gz LegacyCamera-8dd4072f86ccf17152b2da9f7bb0696aec268809.tar.bz2 |
resolved conflicts for merge of e293317f to master
Change-Id: I395d7d596414d118ebb788ef5a46e052785935a7
Diffstat (limited to 'res/drawable-sw485dp/btn_zoom_in.xml')
-rw-r--r-- | res/drawable-sw485dp/btn_zoom_in.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/res/drawable-sw485dp/btn_zoom_in.xml b/res/drawable-sw485dp/btn_zoom_in.xml new file mode 100644 index 0000000..d798b5a --- /dev/null +++ b/res/drawable-sw485dp/btn_zoom_in.xml @@ -0,0 +1,21 @@ +<?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/button_zoom_in_pressed_holo" /> + <item android:state_enabled="false" android:drawable="@drawable/button_zoom_in_disabled_holo" /> + <item android:drawable="@drawable/button_zoom_in_holo" /> +</selector> |