SnapdragonGallery: Fix crop interface abnormal in split mode

Can't exit or confirm crop phote under split screen

Change-Id: Iad0b2370425dcfa4f1b9c244d2d7be0f825c895c
CRs-Fixed: 1068270
diff --git a/res/layout/filtershow_editor_crop_landscape.xml b/res/layout/filtershow_editor_crop_landscape.xml
old mode 100644
new mode 100755
index 414a024..65be042
--- a/res/layout/filtershow_editor_crop_landscape.xml
+++ b/res/layout/filtershow_editor_crop_landscape.xml
@@ -58,11 +58,13 @@
     </FrameLayout>
 
     <LinearLayout
-        android:layout_width="360dp"
+        android:layout_width="match_parent"
         android:layout_height="@dimen/crop_panel_height_lanscape"
         android:background="@android:color/transparent"
         android:layout_gravity="center"
         android:clickable="true"
+        android:layout_marginStart="@dimen/category_actionbar_panel_height"
+        android:layout_marginEnd="@dimen/category_actionbar_panel_height"
         android:orientation="horizontal">
 
         <LinearLayout