diff options
Diffstat (limited to 'res/layout/panorama.xml')
-rw-r--r-- | res/layout/panorama.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/panorama.xml b/res/layout/panorama.xml index b92d81d..30f0bd7 100644 --- a/res/layout/panorama.xml +++ b/res/layout/panorama.xml @@ -14,7 +14,7 @@ limitations under the License. --> -<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" +<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:camera="http://schemas.android.com/apk/res/com.android.camera" android:id="@+id/panorama_root" android:orientation="horizontal" @@ -22,4 +22,4 @@ android:layout_height="match_parent"> <include layout="@layout/pano_views"/> <include layout="@layout/pano_control"/> -</LinearLayout> +</RelativeLayout> |