summaryrefslogtreecommitdiffstats
path: root/res/layout/video_camera.xml
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/video_camera.xml
parent33be45a1abaf6a8d611fb87b18945c84ab76c229 (diff)
downloadpackages_apps_LegacyCamera-e480f77352d670b2892a9b7b7cd503838b71ca9f.zip
packages_apps_LegacyCamera-e480f77352d670b2892a9b7b7cd503838b71ca9f.tar.gz
packages_apps_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/video_camera.xml')
-rw-r--r--res/layout/video_camera.xml2
1 files changed, 1 insertions, 1 deletions
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"