summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorHung-ying Tyan <tyanh@google.com>2010-12-07 11:40:46 +0800
committerHung-ying Tyan <tyanh@google.com>2010-12-07 20:42:12 +0800
commitb03fe27d8392d190ea0dcc6d3661c117fe5e07d6 (patch)
tree2514e5b4eca676bb7bb8ffe34af005dfea16e0a0 /res/drawable
parent95b65b1c84ad44b43bd3defbdba5d881c0881d35 (diff)
downloadLegacyCamera-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')
-rw-r--r--res/drawable/btn_zoom_picker_down.xml20
-rw-r--r--res/drawable/btn_zoom_picker_up.xml20
2 files changed, 0 insertions, 40 deletions
diff --git a/res/drawable/btn_zoom_picker_down.xml b/res/drawable/btn_zoom_picker_down.xml
deleted file mode 100644
index 38f1270..0000000
--- a/res/drawable/btn_zoom_picker_down.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?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/zoompicker_down_pressed" />
- <item android:drawable="@drawable/zoompicker_down_normal" />
-</selector>
diff --git a/res/drawable/btn_zoom_picker_up.xml b/res/drawable/btn_zoom_picker_up.xml
deleted file mode 100644
index 0a2249b..0000000
--- a/res/drawable/btn_zoom_picker_up.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?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/zoompicker_up_pressed" />
- <item android:drawable="@drawable/zoompicker_up_normal" />
-</selector>