summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorxianming wang <mingwax@codeaurora.org>2017-10-31 16:53:12 +0800
committerxianming wang <mingwax@codeaurora.org>2017-11-02 10:56:18 +0800
commitfb7ebd8f0470282ef455eb0a1b225e38c7333d03 (patch)
treefb0ab4ae3aea4b303678edcf5fb00f999fd0cf14 /res/layout
parent40ba086c3c9d4a581c043de0992549c86e247e57 (diff)
downloadandroid_packages_apps_Snap-fb7ebd8f0470282ef455eb0a1b225e38c7333d03.tar.gz
android_packages_apps_Snap-fb7ebd8f0470282ef455eb0a1b225e38c7333d03.tar.bz2
android_packages_apps_Snap-fb7ebd8f0470282ef455eb0a1b225e38c7333d03.zip
SnapdragonCamera: Fix camera exits when set histogram enable
SDM845 get the CaptureModule.histogramStats length is 768, only support three histogramStats R, GB/GR, B. CRs-Fixed: 2132098 Change-Id: I185057ccd7faa5a4f51fffede4ba090d5b87c702
Diffstat (limited to 'res/layout')
-rwxr-xr-xres/layout/capture_module.xml11
1 files changed, 2 insertions, 9 deletions
diff --git a/res/layout/capture_module.xml b/res/layout/capture_module.xml
index 2c381bfdf..ffa190f5e 100755
--- a/res/layout/capture_module.xml
+++ b/res/layout/capture_module.xml
@@ -68,26 +68,19 @@
android:layout_marginTop="70dip"
android:layout_marginLeft="10dip" />
<com.android.camera.Camera2GraphView
- android:id="@+id/graph_view_gr"
+ android:id="@+id/graph_view_gb"
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:id="@+id/graph_view_b"
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