d2s: Move stylus hotspot to center
Change-Id: I863079e501069d0e4c4d66b1b5c9e8ad4934e803
diff --git a/overlay/frameworks/base/core/res/res/drawable-xxhdpi/pointer_arrow_icon.xml b/overlay/frameworks/base/core/res/res/drawable-xxhdpi/pointer_arrow_icon.xml
new file mode 100644
index 0000000..a8b3f43
--- /dev/null
+++ b/overlay/frameworks/base/core/res/res/drawable-xxhdpi/pointer_arrow_icon.xml
@@ -0,0 +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="5px"
+ android:hotSpotY="5px" />