summaryrefslogtreecommitdiffstats
path: root/core/res/res/layout-land
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2012-11-07 17:17:33 -0800
committerWinson Chung <winsonc@google.com>2012-11-07 17:44:42 -0800
commitc065a5d7271c6683b64578490ccc836c72d3ed78 (patch)
treef5eb150e2838973357261a7e64dee551b414f7d1 /core/res/res/layout-land
parentde974f6f201a9aed3f811c97edf4db3ecd41eb3d (diff)
downloadframeworks_base-c065a5d7271c6683b64578490ccc836c72d3ed78.zip
frameworks_base-c065a5d7271c6683b64578490ccc836c72d3ed78.tar.gz
frameworks_base-c065a5d7271c6683b64578490ccc836c72d3ed78.tar.bz2
Fixing issue where you can reorder/delete a non-widget page. (Bug 7493984)
- Laying out the drop target without padding from the multiuser picker Change-Id: Icd3528a13f84a789341a841645bfde4e51fd1747
Diffstat (limited to 'core/res/res/layout-land')
-rw-r--r--core/res/res/layout-land/keyguard_host_view.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/res/res/layout-land/keyguard_host_view.xml b/core/res/res/layout-land/keyguard_host_view.xml
index 2f67606..6b36235 100644
--- a/core/res/res/layout-land/keyguard_host_view.xml
+++ b/core/res/res/layout-land/keyguard_host_view.xml
@@ -37,7 +37,8 @@
android:id="@+id/keyguard_widget_pager_delete_target"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_gravity="top|center_horizontal" />
+ android:layout_gravity="top|center_horizontal"
+ androidprv:layout_childType="pageDeleteDropTarget" />
<include layout="@layout/keyguard_widget_pager"
android:id="@+id/app_widget_container"