diff options
Diffstat (limited to 'res/layout/main.xml')
| -rw-r--r-- | res/layout/main.xml | 25 |
1 files changed, 7 insertions, 18 deletions
diff --git a/res/layout/main.xml b/res/layout/main.xml index be086c3..a075341 100644 --- a/res/layout/main.xml +++ b/res/layout/main.xml @@ -5,7 +5,7 @@ android:layout_height="fill_parent" android:orientation="vertical" > - <FrameLayout + <FrameLayout android:id="@+id/preview" android:layout_width="fill_parent" android:layout_height="fill_parent" @@ -16,22 +16,11 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" /> - <LinearLayout - android:layout_width="fill_parent" - android:layout_height="fill_parent" >" - <LinearLayout - android:layout_width="fill_parent" - android:layout_height="2px" - android:layout_gravity="center_vertical" - android:background="#ff0000" - android:layout_weight=".80" /> - <Button - android:id="@+id/buttonClick" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_gravity="center_vertical" - android:text="Click" /> - </LinearLayout> </FrameLayout> - + <Button + android:id="@+id/buttonClick" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_gravity="center_vertical" + android:text="Capture" /> </LinearLayout>
\ No newline at end of file |
