summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Alan Viverette <alanv@google.com> 2015-03-21 20:06:56 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2015-03-21 20:06:57 +0000
commit38fcaf4037a50225b931551a48c898c7b0bb4db2 (patch)
tree5a5686ee98950b0baedd5602b374e552d8543350
parent31cee318f0494e6d77fc55599f285f534435405e (diff)
parent542774bb15f6401b383f026c100de4b6ce433c28 (diff)
Merge "Move arrow_pointer hotspot to better match actual tip"
-rw-r--r--core/res/res/drawable/pointer_arrow_icon.xml4
1 files 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 8f7d658c9f3a..72af0c11f50c 100644
--- a/core/res/res/drawable/pointer_arrow_icon.xml
+++ b/core/res/res/drawable/pointer_arrow_icon.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<pointer-icon xmlns:android="http://schemas.android.com/apk/res/android"
android:bitmap="@drawable/pointer_arrow"
- android:hotSpotX="6dp"
- android:hotSpotY="6dp" />
+ android:hotSpotX="5dp"
+ android:hotSpotY="5dp" />