diff options
Diffstat (limited to 'res/layout/camera.xml')
-rw-r--r-- | res/layout/camera.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |