summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorRomain Guy <romainguy@android.com>2010-03-10 12:26:30 -0800
committerRomain Guy <romainguy@android.com>2010-03-10 12:26:30 -0800
commite480f77352d670b2892a9b7b7cd503838b71ca9f (patch)
tree60986ad86273b388b30d55ed876ccc1b60f46dd5 /res/layout
parent33be45a1abaf6a8d611fb87b18945c84ab76c229 (diff)
downloadLegacyCamera-e480f77352d670b2892a9b7b7cd503838b71ca9f.zip
LegacyCamera-e480f77352d670b2892a9b7b7cd503838b71ca9f.tar.gz
LegacyCamera-e480f77352d670b2892a9b7b7cd503838b71ca9f.tar.bz2
Camera should have the com.android.camera package name.
Related to bug #2464545 Change-Id: I08f5cce5b0df623fc62683bd9c9d4a1aa0694240
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"