summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorweijiew <weijiew@codeaurora.org>2016-12-23 16:19:43 +0800
committerweijiew <weijiew@codeaurora.org>2016-12-23 17:01:48 +0800
commit8815dd2a2fdf3a778099a5f5c14d334cc72b6ff8 (patch)
tree84a47db915de53ed40e39c1a22b8d86abe256c23 /res/layout
parentd92a952b0cfe8e570f85112bc9a4c65729e7ffed (diff)
downloadandroid_packages_apps_Snap-8815dd2a2fdf3a778099a5f5c14d334cc72b6ff8.tar.gz
android_packages_apps_Snap-8815dd2a2fdf3a778099a5f5c14d334cc72b6ff8.tar.bz2
android_packages_apps_Snap-8815dd2a2fdf3a778099a5f5c14d334cc72b6ff8.zip
SnapdragonCamera: Add features to developer option
Description: 1、Add Histogram support to developer option 2、Add HDR & Non-HDR support to developer option 3、Add Saturation Level support to developer option 4、Add Anti Banding support to developer option Change-Id: I2db7e1be65a6b3ee04ebc46cb214dc1cc9667fc6 CRs-Fixed: 1103649
Diffstat (limited to 'res/layout')
-rw-r--r--[-rwxr-xr-x]res/layout/capture_module.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/res/layout/capture_module.xml b/res/layout/capture_module.xml
index 44d5c59c6..82249f42d 100755..100644
--- a/res/layout/capture_module.xml
+++ b/res/layout/capture_module.xml
@@ -60,6 +60,34 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:visibility="gone"/>
+ <com.android.camera.Camera2GraphView
+ android:id="@+id/graph_view_r"
+ android:visibility="gone"
+ android:layout_width="100dip"
+ android:layout_height="100dip"
+ android:layout_marginTop="70dip"
+ android:layout_marginLeft="10dip" />
+ <com.android.camera.Camera2GraphView
+ android:id="@+id/graph_view_gr"
+ android:visibility="gone"
+ android:layout_width="100dip"
+ android:layout_height="100dip"
+ android:layout_marginTop="70dip"
+ android:layout_marginLeft="120dip" />
+ <com.android.camera.Camera2GraphView
+ android:id="@+id/graph_view_gb"
+ android:visibility="gone"
+ android:layout_width="100dip"
+ android:layout_height="100dip"
+ android:layout_marginTop="70dip"
+ android:layout_marginLeft="230dip" />
+ <com.android.camera.Camera2GraphView
+ android:id="@+id/graph_view_b"
+ android:visibility="gone"
+ android:layout_width="100dip"
+ android:layout_height="100dip"
+ android:layout_marginTop="180dip"
+ android:layout_marginLeft="10dip" />
</FrameLayout>
<com.android.camera.ui.RenderOverlay