summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorSascha Haeberling <haeberling@google.com>2014-11-06 09:50:51 -0800
committerSascha Häberling <haeberling@google.com>2014-11-07 00:59:02 +0000
commitc6da1a12fe8b78e2fbebe1af5efee514bc8e25ee (patch)
treea500f2ff4ef50fbbe1e4ebc843f872aae25de6f5 /res
parent87ffa1c9505cea14d498ac2baf7212e7a6b037d7 (diff)
downloadandroid_packages_apps_Camera2-c6da1a12fe8b78e2fbebe1af5efee514bc8e25ee.tar.gz
android_packages_apps_Camera2-c6da1a12fe8b78e2fbebe1af5efee514bc8e25ee.tar.bz2
android_packages_apps_Camera2-c6da1a12fe8b78e2fbebe1af5efee514bc8e25ee.zip
Add experimental RAW(DNG) support.
Bug: 18272977 This adds RAW writing behind a new debug property: adb shell setprop persist.camera.capture_dng 1 This will switch to the non-ZSL implementation of one Camera. The resulting files are stored in a "DNG" folder under DCIM/Camera. Caveats: - Preview aspect ratio will not match. - No item in filmstrip Change-Id: I9d990de119f22a12d37b22d36d84dc15aeee9340
Diffstat (limited to 'res')
-rw-r--r--res/drawable/ic_panorama.xml29
1 files changed, 0 insertions, 29 deletions
diff --git a/res/drawable/ic_panorama.xml b/res/drawable/ic_panorama.xml
deleted file mode 100644
index dc9f1d7a6..000000000
--- a/res/drawable/ic_panorama.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2013 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"
- android:constantSize="true">
- <item android:state_enabled="false">
- <bitmap
- android:gravity="center"
- android:src="@drawable/ic_panorama_disabled" />
- </item>
- <item>
- <bitmap
- android:gravity="center"
- android:src="@drawable/ic_panorama_normal" />
- </item>
-</selector>