summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorKedi Xu <kedix@codeaurora.org>2016-09-20 11:52:39 +0800
committerGerrit - the friendly Code Review server <code-review@localhost>2016-09-19 20:54:16 -0700
commitc7be107928a283acf4acbbefba27b9b78b6486b0 (patch)
tree27b8d90b3399b2b1e690737b5106fb7ae0ffbb8f /res
parentb609d6a5c6ef52a70abcdbcfc52df4cabad86141 (diff)
downloadandroid_packages_apps_Gallery2-c7be107928a283acf4acbbefba27b9b78b6486b0.tar.gz
android_packages_apps_Gallery2-c7be107928a283acf4acbbefba27b9b78b6486b0.tar.bz2
android_packages_apps_Gallery2-c7be107928a283acf4acbbefba27b9b78b6486b0.zip
SnapdragonGallery: Fix crop interface abnormal in split mode
Can't exit or confirm crop phote under split screen Change-Id: Iad0b2370425dcfa4f1b9c244d2d7be0f825c895c CRs-Fixed: 1068270
Diffstat (limited to 'res')
-rwxr-xr-x[-rw-r--r--]res/layout/filtershow_editor_crop_landscape.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/layout/filtershow_editor_crop_landscape.xml b/res/layout/filtershow_editor_crop_landscape.xml
index 414a02422..65be04263 100644..100755
--- 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