From 3d4bf17f49b82355b3b82d8bdaec4d65c4293bc9 Mon Sep 17 00:00:00 2001 From: Christopher Tate Date: Mon, 28 Mar 2011 16:16:46 -0700 Subject: Add view/drawable states for drag-accepting / drag-hovered Added new drag_can_accept and drag_hovered XML attributes and the View logic to support them. Drawable states are now refreshed automatically when a drag starts/ends and when a drag crosses the boundary of a participating view. Change-Id: I25f8ee02c83b3fa4f27201997d7eabf4be653fd8 --- api/current.xml | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'api') diff --git a/api/current.xml b/api/current.xml index 555f804..ded1d1b 100644 --- a/api/current.xml +++ b/api/current.xml @@ -9013,6 +9013,28 @@ visibility="public" > + + + + - + -- cgit v1.1