diff options
| -rw-r--r-- | core/res/res/drawable-hdpi/pointer_arrow.png | bin | 1336 -> 2427 bytes | |||
| -rw-r--r-- | core/res/res/drawable-hdpi/pointer_arrow_icon.xml | 4 | ||||
| -rw-r--r-- | core/res/res/drawable-mdpi/pointer_arrow.png | bin | 1336 -> 1518 bytes | |||
| -rw-r--r-- | core/res/res/drawable-xhdpi/pointer_arrow.png | bin | 2312 -> 3498 bytes | |||
| -rw-r--r-- | core/res/res/drawable-xhdpi/pointer_arrow_icon.xml | 5 |
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 Binary files differindex fbd187c19f18..0ff0fcebfb51 100644 --- a/core/res/res/drawable-hdpi/pointer_arrow.png +++ b/core/res/res/drawable-hdpi/pointer_arrow.png 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 Binary files differindex fbd187c19f18..0745db2bb2e8 100644 --- a/core/res/res/drawable-mdpi/pointer_arrow.png +++ b/core/res/res/drawable-mdpi/pointer_arrow.png diff --git a/core/res/res/drawable-xhdpi/pointer_arrow.png b/core/res/res/drawable-xhdpi/pointer_arrow.png Binary files differindex 957eb393d8ad..e2d9ed20f62e 100644 --- a/core/res/res/drawable-xhdpi/pointer_arrow.png +++ b/core/res/res/drawable-xhdpi/pointer_arrow.png 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" /> |