summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/res/res/drawable-hdpi/pointer_arrow.pngbin1336 -> 2427 bytes
-rw-r--r--core/res/res/drawable-hdpi/pointer_arrow_icon.xml4
-rw-r--r--core/res/res/drawable-mdpi/pointer_arrow.pngbin1336 -> 1518 bytes
-rw-r--r--core/res/res/drawable-xhdpi/pointer_arrow.pngbin2312 -> 3498 bytes
-rw-r--r--core/res/res/drawable-xhdpi/pointer_arrow_icon.xml5
5 files changed, 7 insertions, 2 deletions
diff --git a/core/res/res/drawable-hdpi/pointer_arrow.png b/core/res/res/drawable-hdpi/pointer_arrow.png
index fbd187c19f18..0ff0fcebfb51 100644
--- a/core/res/res/drawable-hdpi/pointer_arrow.png
+++ b/core/res/res/drawable-hdpi/pointer_arrow.png
Binary files differ
diff --git a/core/res/res/drawable-hdpi/pointer_arrow_icon.xml b/core/res/res/drawable-hdpi/pointer_arrow_icon.xml
index 2f5676f38aed..a4cce5c631c0 100644
--- a/core/res/res/drawable-hdpi/pointer_arrow_icon.xml
+++ b/core/res/res/drawable-hdpi/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="6"
- android:hotSpotY="6" />
+ android:hotSpotX="9"
+ android:hotSpotY="9" />
diff --git a/core/res/res/drawable-mdpi/pointer_arrow.png b/core/res/res/drawable-mdpi/pointer_arrow.png
index fbd187c19f18..0745db2bb2e8 100644
--- a/core/res/res/drawable-mdpi/pointer_arrow.png
+++ b/core/res/res/drawable-mdpi/pointer_arrow.png
Binary files differ
diff --git a/core/res/res/drawable-xhdpi/pointer_arrow.png b/core/res/res/drawable-xhdpi/pointer_arrow.png
index 957eb393d8ad..e2d9ed20f62e 100644
--- a/core/res/res/drawable-xhdpi/pointer_arrow.png
+++ b/core/res/res/drawable-xhdpi/pointer_arrow.png
Binary files differ
diff --git a/core/res/res/drawable-xhdpi/pointer_arrow_icon.xml b/core/res/res/drawable-xhdpi/pointer_arrow_icon.xml
new file mode 100644
index 000000000000..2fbe45a2e9f2
--- /dev/null
+++ b/core/res/res/drawable-xhdpi/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="12"
+ android:hotSpotY="12" />