summaryrefslogtreecommitdiffstats
path: root/core/res/res/layout-port
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2012-11-07 17:50:17 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-11-07 17:50:24 -0800
commit4181e8a4ac07e118724f7935928d2c3a1bb291f7 (patch)
treea613f690afbd22ce010f3d8cc7c62da25f26b9dd /core/res/res/layout-port
parent85c4281aae518c27ca3f95e330f6aa56159e1328 (diff)
parentc065a5d7271c6683b64578490ccc836c72d3ed78 (diff)
downloadframeworks_base-4181e8a4ac07e118724f7935928d2c3a1bb291f7.tar.gz
frameworks_base-4181e8a4ac07e118724f7935928d2c3a1bb291f7.tar.bz2
frameworks_base-4181e8a4ac07e118724f7935928d2c3a1bb291f7.zip
Merge "Fixing issue where you can reorder/delete a non-widget page. (Bug 7493984)" into jb-mr1-lockscreen-dev
Diffstat (limited to 'core/res/res/layout-port')
-rw-r--r--core/res/res/layout-port/keyguard_host_view.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/res/res/layout-port/keyguard_host_view.xml b/core/res/res/layout-port/keyguard_host_view.xml
index 73f07d587a9..fb25f9c1280 100644
--- a/core/res/res/layout-port/keyguard_host_view.xml
+++ b/core/res/res/layout-port/keyguard_host_view.xml
@@ -35,7 +35,8 @@
<FrameLayout
android:layout_width="match_parent"
- android:layout_height="wrap_content">
+ android:layout_height="wrap_content"
+ androidprv:layout_childType="pageDeleteDropTarget">
<include layout="@layout/keyguard_widget_remove_drop_target"
android:id="@+id/keyguard_widget_pager_delete_target"
android:layout_width="wrap_content"