diff options
Diffstat (limited to 'res/layout')
| -rw-r--r-- | res/layout/main.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/main.xml b/res/layout/main.xml index a075341..2041418 100644 --- a/res/layout/main.xml +++ b/res/layout/main.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" +<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/layout" android:layout_width="fill_parent" android:layout_height="fill_parent" @@ -23,4 +23,4 @@ android:layout_height="wrap_content" android:layout_gravity="center_vertical" android:text="Capture" /> -</LinearLayout>
\ No newline at end of file +</RelativeLayout>
\ No newline at end of file |
