summaryrefslogtreecommitdiffstats
path: root/res/layout/camera.xml
diff options
context:
space:
mode:
authorDoris Liu <tianliu@google.com>2013-06-13 17:20:31 -0700
committerDoris Liu <tianliu@google.com>2013-06-18 10:16:55 -0700
commit9194ad576d53852039f7de823ce3e54232e680d6 (patch)
tree2e5a6ea71d7b64ed5c9a0d01d658fcbf65055760 /res/layout/camera.xml
parentcf55a94b8bba764df380e4e49fe7baaa03d72575 (diff)
downloadandroid_packages_apps_Snap-9194ad576d53852039f7de823ce3e54232e680d6.tar.gz
android_packages_apps_Snap-9194ad576d53852039f7de823ce3e54232e680d6.tar.bz2
android_packages_apps_Snap-9194ad576d53852039f7de823ce3e54232e680d6.zip
Switch over to use new camera activity
Change-Id: Ib907b5ab5d0e818261e95edd182f2e20c3bbebe0
Diffstat (limited to 'res/layout/camera.xml')
-rw-r--r--res/layout/camera.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/camera.xml b/res/layout/camera.xml
index d91799038..9a3a01a86 100644
--- a/res/layout/camera.xml
+++ b/res/layout/camera.xml
@@ -13,9 +13,9 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<com.android.camera.ui.NewCameraRootView
+<com.android.camera.ui.CameraRootView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/camera_app_root"
android:layout_width="match_parent"
android:layout_height="match_parent" >
-</com.android.camera.ui.NewCameraRootView>
+</com.android.camera.ui.CameraRootView>