summaryrefslogtreecommitdiffstats
path: root/res/layout/review_image.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/review_image.xml')
-rw-r--r--res/layout/review_image.xml30
1 files changed, 12 insertions, 18 deletions
diff --git a/res/layout/review_image.xml b/res/layout/review_image.xml
index b025499..b5639e6 100644
--- a/res/layout/review_image.xml
+++ b/res/layout/review_image.xml
@@ -20,31 +20,29 @@
android:orientation="horizontal"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
-
- <RelativeLayout android:layout_width="0px"
+ <com.android.camera.PreviewFrameLayout android:id="@+id/frame_layout"
+ android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_weight="1">
- <FrameLayout android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerInParent="true"
+ <FrameLayout android:id="@+id/frame"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
android:background="@drawable/border_view_finder">
<RelativeLayout android:id="@+id/mainPanel"
android:layout_toLeftOf="@id/button_bar"
- android:layout_width="384dp"
- android:layout_height="288dp">
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent">
<AbsoluteLayout android:id="@+id/slideShowContainer"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<com.android.camera.ImageViewTouch2 android:id="@+id/image1_slideShow"
android:background="#00000000"
android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- />
+ android:layout_height="fill_parent" />
<com.android.camera.ImageViewTouch2 android:id="@+id/image2_slideShow"
android:background="#00000000"
android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- />
+ android:layout_height="fill_parent" />
</AbsoluteLayout>
<AbsoluteLayout android:id="@+id/abs"
android:layout_width="fill_parent"
@@ -63,8 +61,7 @@
android:layout_alignParentLeft="true"
android:layout_centerVertical="true"
android:visibility="invisible"
- android:src="@drawable/btn_camera_arrow_left"
- />
+ android:src="@drawable/btn_camera_arrow_left" />
<ImageView android:id="@+id/next_image"
android:clickable="true"
android:focusable="false"
@@ -73,15 +70,12 @@
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:visibility="invisible"
- android:src="@drawable/btn_camera_arrow_right"
- />
+ android:src="@drawable/btn_camera_arrow_right" />
</RelativeLayout>
</FrameLayout>
- </RelativeLayout>
-
+ </com.android.camera.PreviewFrameLayout>
<include android:id="@+id/control_bar"
layout="@layout/review_control" />
-
</LinearLayout>