summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorChih-Chung Chang <chihchung@google.com>2010-03-05 21:33:49 -0800
committerChih-Chung Chang <chihchung@google.com>2010-03-08 16:42:24 -0800
commit3889cf31101cfd4d336f1ce5ae5122c2cb3c0fdc (patch)
tree5d96ca27f1e19eca657fa1ee85d05ada640cae74 /res/layout
parente57b61d261f6e8aa502a7da195d5f9192fc55630 (diff)
downloadLegacyCamera-3889cf31101cfd4d336f1ce5ae5122c2cb3c0fdc.zip
LegacyCamera-3889cf31101cfd4d336f1ce5ae5122c2cb3c0fdc.tar.gz
LegacyCamera-3889cf31101cfd4d336f1ce5ae5122c2cb3c0fdc.tar.bz2
Unbundle: change camera package name.
Change-Id: I9b101ea486f06be553104bc4879f5ec66ae014bc
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/attach_camera_control.xml2
-rw-r--r--res/layout/camera.xml2
-rw-r--r--res/layout/video_camera.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/attach_camera_control.xml b/res/layout/attach_camera_control.xml
index 7653723..d01b9d3 100644
--- a/res/layout/attach_camera_control.xml
+++ b/res/layout/attach_camera_control.xml
@@ -15,7 +15,7 @@
-->
<RelativeLayout 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/control_bar"
android:layout_height="match_parent"
android:layout_width="76dp"
diff --git a/res/layout/camera.xml b/res/layout/camera.xml
index 1a451f4..46f916c 100644
--- a/res/layout/camera.xml
+++ b/res/layout/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:background="@drawable/camera_background"
android:id="@+id/camera"
android:orientation="horizontal"
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"