diff options
author | Wei-Ta Chen <weita@google.com> | 2011-08-02 17:47:53 -0700 |
---|---|---|
committer | Wei-Ta Chen <weita@google.com> | 2011-08-03 20:24:50 -0700 |
commit | 98f41918daf64318a7da4ec94712eeb8d6697f31 (patch) | |
tree | 1ca2f7bb28512fcf1d83f32fc8dc7f8685a82b13 /res/layout | |
parent | bed7386688cd7810cba23732ab71f370fe3222ff (diff) | |
download | LegacyCamera-98f41918daf64318a7da4ec94712eeb8d6697f31.zip LegacyCamera-98f41918daf64318a7da4ec94712eeb8d6697f31.tar.gz LegacyCamera-98f41918daf64318a7da4ec94712eeb8d6697f31.tar.bz2 |
Make Panorama run on phone.
Change-Id: I41ff1c35918794e81d4f397ed72f438dadccde4a
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/pano_views.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/pano_views.xml b/res/layout/pano_views.xml index ef7738d..1a63da6 100644 --- a/res/layout/pano_views.xml +++ b/res/layout/pano_views.xml @@ -25,8 +25,8 @@ <FrameLayout android:id="@+id/pano_preview_layout" android:gravity="center" android:layout_width="match_parent" - android:layout_height="720dp"> - <com.android.camera.panorama.Preview + android:layout_height="match_parent"> + <SurfaceView android:id="@+id/pano_preview" android:layout_gravity="center" android:layout_width="240dp" |