summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-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