summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/capture_module.xml4
-rw-r--r--res/layout/photo_module.xml2
-rw-r--r--res/layout/video_module.xml6
3 files changed, 5 insertions, 7 deletions
diff --git a/res/layout/capture_module.xml b/res/layout/capture_module.xml
index 2715dcbe2..02c32acab 100644
--- a/res/layout/capture_module.xml
+++ b/res/layout/capture_module.xml
@@ -40,8 +40,8 @@
<SurfaceView
android:id="@+id/mdp_preview_content2"
- android:layout_width="100dp"
- android:layout_height="100dp" />
+ android:layout_width="300dp"
+ android:layout_height="300dp" />
</FrameLayout>
<View
diff --git a/res/layout/photo_module.xml b/res/layout/photo_module.xml
index 10017192b..9c5b2c0d0 100644
--- a/res/layout/photo_module.xml
+++ b/res/layout/photo_module.xml
@@ -65,7 +65,7 @@
android:id="@+id/autohdr_view"
android:layout_width="200dip"
android:layout_height="200dip"
- android:layout_marginTop="15dip"
+ android:layout_marginTop="50dip"
android:layout_marginLeft="15dip" />
</RelativeLayout>
<ImageView
diff --git a/res/layout/video_module.xml b/res/layout/video_module.xml
index 1c1db4444..20d7be1d2 100644
--- a/res/layout/video_module.xml
+++ b/res/layout/video_module.xml
@@ -26,8 +26,7 @@
<SurfaceView
android:id="@+id/mdp_preview_content"
android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:visibility="gone" />
+ android:layout_height="match_parent" />
</FrameLayout>
<FrameLayout
android:layout_width="match_parent"
@@ -43,8 +42,7 @@
android:id="@+id/preview_cover"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:background="@android:color/black"
- android:visibility="gone" />
+ android:background="@android:color/black" />
<View
android:id="@+id/flash_overlay"
android:layout_width="match_parent"