summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_settings_onex.xml
diff options
context:
space:
mode:
authorPaul Keith <javelinanddart@gmail.com>2018-01-09 01:33:00 +0100
committerArne Coucheron <arco68@gmail.com>2018-01-27 00:41:45 +0100
commit860bd020b0414c3d52da8bcde260fbbbb20a9359 (patch)
tree88f57150cbb551ee47d2c3eacae895e83816063b /res/drawable/ic_settings_onex.xml
parent298e86ff2be702152b9ec289c8792ef028c987cc (diff)
downloadandroid_packages_apps_Snap-860bd020b0414c3d52da8bcde260fbbbb20a9359.tar.gz
android_packages_apps_Snap-860bd020b0414c3d52da8bcde260fbbbb20a9359.tar.bz2
android_packages_apps_Snap-860bd020b0414c3d52da8bcde260fbbbb20a9359.zip
Snap: Rip out hdr-need-1x option
* This breaks HDR on every device that has this param, because this makes the camera HAL return *1* e*x*tra frame at 0 exposure, and since Snap doesn't know what to do with this extra frame, it erroneously saves it as a second picture on device storage * Remove this option entirely to make HDR great again Change-Id: I8ef4072eb030f4ab6e608a0da268274a3dc58e34
Diffstat (limited to 'res/drawable/ic_settings_onex.xml')
-rw-r--r--res/drawable/ic_settings_onex.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/res/drawable/ic_settings_onex.xml b/res/drawable/ic_settings_onex.xml
deleted file mode 100644
index 5d5efd9b8..000000000
--- a/res/drawable/ic_settings_onex.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="24dp"
- android:height="24dp"
- android:viewportWidth="24"
- android:viewportHeight="24">
-
- <path
- android:pathData="M0 0h24v24H0z" />
- <path
- android:fillColor="@color/white"
- android:pathData="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1 .9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-5
-14h-2V9h-2V7h4v10z" />
-</vector>