diff options
| author | Tim Redfern <tim@eclectronics.org> | 2013-12-03 12:27:25 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2013-12-03 12:27:25 +0000 |
| commit | 4a3d1a8cbbb8c4356398cb2b019695430fd3ea9f (patch) | |
| tree | 9e15a99c41364f2f9915dec0f094862674416c66 /res | |
| parent | 48752f4f33263856f48be42c6b61b32a262a6b24 (diff) | |
relative layout for overlay
Diffstat (limited to 'res')
| -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 |
