summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorChih-Chung Chang <chihchung@google.com>2010-03-08 15:55:13 -0800
committerChih-Chung Chang <chihchung@google.com>2010-03-08 15:56:17 -0800
commite57b61d261f6e8aa502a7da195d5f9192fc55630 (patch)
treee7cd7e626ce4917065e96e7a0868753973add681 /res/layout
parent0ba78c389e42365278f346202a74894053f97556 (diff)
downloadLegacyCamera-e57b61d261f6e8aa502a7da195d5f9192fc55630.zip
LegacyCamera-e57b61d261f6e8aa502a7da195d5f9192fc55630.tar.gz
LegacyCamera-e57b61d261f6e8aa502a7da195d5f9192fc55630.tar.bz2
Revert "Unbundle: change package name to com.google.android.camera"
This reverts commit 1ace47c7352d65b10361863316b5748b4f3e0689.
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 d01b9d3..7653723 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.google.android.camera"
+ xmlns:camera="http://schemas.android.com/apk/res/com.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 46f916c..1a451f4 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.google.android.camera"
+ xmlns:camera="http://schemas.android.com/apk/res/com.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 839472a..780d4f5 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.google.android.camera"
+ xmlns:camera="http://schemas.android.com/apk/res/com.android.camera"
android:id="@+id/video_camera"
android:background="@drawable/camera_background"
android:orientation="horizontal"