summaryrefslogtreecommitdiffstats
path: root/res/layout/cropimage.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/cropimage.xml')
-rw-r--r--res/layout/cropimage.xml6
1 files changed, 1 insertions, 5 deletions
diff --git a/res/layout/cropimage.xml b/res/layout/cropimage.xml
index aefebe82d..c434fb6a6 100644
--- a/res/layout/cropimage.xml
+++ b/res/layout/cropimage.xml
@@ -17,9 +17,5 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
- <view class="com.android.gallery3d.ui.GLRootView"
- android:id="@+id/gl_root_view"
- android:background="@null"
- android:layout_width="match_parent"
- android:layout_height="match_parent" />
+ <include layout="@layout/gl_root_group"/>
</FrameLayout>