From 542774bb15f6401b383f026c100de4b6ce433c28 Mon Sep 17 00:00:00 2001 From: Michael Zoech Date: Tue, 9 Dec 2014 19:18:06 -0800 Subject: [PATCH] Move arrow_pointer hotspot to better match actual tip Hotspot position of (6,6) does not fully match the actually tip of the arrow_pointer cursor image. The position where the click is registered is visibly off. This can be verified by enabling "Pointer location" in the developer options. This patch changes the hotspot to (5,5) which better resembles the actual tip of the arrow. --- core/res/res/drawable/pointer_arrow_icon.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/res/res/drawable/pointer_arrow_icon.xml b/core/res/res/drawable/pointer_arrow_icon.xml index 8f7d658c9f3ad..72af0c11f50c1 100644 --- a/core/res/res/drawable/pointer_arrow_icon.xml +++ b/core/res/res/drawable/pointer_arrow_icon.xml @@ -1,5 +1,5 @@ + android:hotSpotX="5dp" + android:hotSpotY="5dp" />