summaryrefslogtreecommitdiffstats
path: root/res/drawable-sw485dp/btn_ic_camera_shutter.xml
diff options
context:
space:
mode:
authorWu-cheng Li <wuchengli@google.com>2011-05-24 17:01:35 +0800
committerWu-cheng Li <wuchengli@google.com>2011-05-24 18:08:29 +0800
commite0a67508a26a506011d50cb766d2dc317ec5e03c (patch)
treece11264ea76b69492f5470701f18796eb4681607 /res/drawable-sw485dp/btn_ic_camera_shutter.xml
parent6caf641ce069e2e286c5a27062bc536b701ab313 (diff)
downloadpackages_apps_LegacyCamera-e0a67508a26a506011d50cb766d2dc317ec5e03c.zip
packages_apps_LegacyCamera-e0a67508a26a506011d50cb766d2dc317ec5e03c.tar.gz
packages_apps_LegacyCamera-e0a67508a26a506011d50cb766d2dc317ec5e03c.tar.bz2
Fix layout on 1024x600dp devices.
Change sw485dp to w1024dp and w1280dp. The wheel is not flexible enough to scale according to the size. So w1024dp uses the same wheel but smaller layout_width. bug:4473360 Change-Id: I0eef53bd22b3cc0360b2e76fcff02f250ce3cdbf
Diffstat (limited to 'res/drawable-sw485dp/btn_ic_camera_shutter.xml')
-rw-r--r--res/drawable-sw485dp/btn_ic_camera_shutter.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/res/drawable-sw485dp/btn_ic_camera_shutter.xml b/res/drawable-sw485dp/btn_ic_camera_shutter.xml
deleted file mode 100644
index aa98917..0000000
--- a/res/drawable-sw485dp/btn_ic_camera_shutter.xml
+++ /dev/null
@@ -1,21 +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/button_ic_camera_shutter_pressed" />
- <item android:drawable="@drawable/button_ic_camera_shutter" />
-</selector>
-