summaryrefslogtreecommitdiffstats
path: root/res/layout/capture_module.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/capture_module.xml')
-rwxr-xr-xres/layout/capture_module.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/res/layout/capture_module.xml b/res/layout/capture_module.xml
index 008f62e16..17f14069f 100755
--- a/res/layout/capture_module.xml
+++ b/res/layout/capture_module.xml
@@ -88,6 +88,20 @@
android:layout_height="100dip"
android:layout_marginTop="70dip"
android:layout_marginLeft="230dip" />
+ <com.android.camera.Camera2BGBitMap
+ android:id="@+id/bg_stats_graph"
+ android:visibility="gone"
+ android:layout_width="120dip"
+ android:layout_height="160dip"
+ android:layout_marginTop="68dip"
+ android:layout_marginLeft="16dip" />
+ <com.android.camera.Camera2BEBitMap
+ android:id="@+id/be_stats_graph"
+ android:visibility="gone"
+ android:layout_width="120dip"
+ android:layout_height="160dip"
+ android:layout_marginTop="68dip"
+ android:layout_marginLeft="16dip" />
<com.android.camera.DrawAutoHDR2
android:id="@+id/autohdr_view"
android:layout_width="200dip"