summaryrefslogtreecommitdiffstats
path: root/res/layout/camera_main.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/camera_main.xml')
-rw-r--r--res/layout/camera_main.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/res/layout/camera_main.xml b/res/layout/camera_main.xml
index 710e69dbf..fe5913427 100644
--- a/res/layout/camera_main.xml
+++ b/res/layout/camera_main.xml
@@ -13,7 +13,8 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+<com.android.camera.ui.CameraRootView
+ xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/content"
android:layout_width="match_parent"
android:layout_height="match_parent" >
@@ -29,4 +30,4 @@
style="@style/CameraControls"
android:layout_centerInParent="true" />
-</RelativeLayout> \ No newline at end of file
+</com.android.camera.ui.CameraRootView> \ No newline at end of file