diff options
author | Hung-ying Tyan <tyanh@google.com> | 2010-12-07 11:40:46 +0800 |
---|---|---|
committer | Hung-ying Tyan <tyanh@google.com> | 2010-12-07 20:42:12 +0800 |
commit | b03fe27d8392d190ea0dcc6d3661c117fe5e07d6 (patch) | |
tree | 2514e5b4eca676bb7bb8ffe34af005dfea16e0a0 /res/drawable-xlarge/btn_zoom_in.xml | |
parent | 95b65b1c84ad44b43bd3defbdba5d881c0881d35 (diff) | |
download | LegacyCamera-b03fe27d8392d190ea0dcc6d3661c117fe5e07d6.zip LegacyCamera-b03fe27d8392d190ea0dcc6d3661c117fe5e07d6.tar.gz LegacyCamera-b03fe27d8392d190ea0dcc6d3661c117fe5e07d6.tar.bz2 |
Implement new visual design for Camera zoom control.
And overlay zoom control readout on top of preview area.
Bug: 3252827
Bug: 3252839
Change-Id: I2220a0784b94a7b80807bf7f4e29d039cb6e6f0f
Diffstat (limited to 'res/drawable-xlarge/btn_zoom_in.xml')
-rw-r--r-- | res/drawable-xlarge/btn_zoom_in.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/res/drawable-xlarge/btn_zoom_in.xml b/res/drawable-xlarge/btn_zoom_in.xml new file mode 100644 index 0000000..1ae7aeb --- /dev/null +++ b/res/drawable-xlarge/btn_zoom_in.xml @@ -0,0 +1,20 @@ +<?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:drawable="@drawable/button_zoom_in_holo" /> +</selector> |