diff options
author | Chih-Chung Chang <chihchung@google.com> | 2010-03-05 21:33:49 -0800 |
---|---|---|
committer | Chih-Chung Chang <chihchung@google.com> | 2010-03-08 16:42:24 -0800 |
commit | 3889cf31101cfd4d336f1ce5ae5122c2cb3c0fdc (patch) | |
tree | 5d96ca27f1e19eca657fa1ee85d05ada640cae74 /res/layout/video_camera.xml | |
parent | e57b61d261f6e8aa502a7da195d5f9192fc55630 (diff) | |
download | packages_apps_LegacyCamera-3889cf31101cfd4d336f1ce5ae5122c2cb3c0fdc.zip packages_apps_LegacyCamera-3889cf31101cfd4d336f1ce5ae5122c2cb3c0fdc.tar.gz packages_apps_LegacyCamera-3889cf31101cfd4d336f1ce5ae5122c2cb3c0fdc.tar.bz2 |
Unbundle: change camera package name.
Change-Id: I9b101ea486f06be553104bc4879f5ec66ae014bc
Diffstat (limited to 'res/layout/video_camera.xml')
-rw-r--r-- | res/layout/video_camera.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/video_camera.xml b/res/layout/video_camera.xml index 780d4f5..839472a 100644 --- a/res/layout/video_camera.xml +++ b/res/layout/video_camera.xml @@ -15,7 +15,7 @@ --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:camera="http://schemas.android.com/apk/res/com.android.camera" + xmlns:camera="http://schemas.android.com/apk/res/com.google.android.camera" android:id="@+id/video_camera" android:background="@drawable/camera_background" android:orientation="horizontal" |