summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Christian Robertson <robertsonc@google.com> 2012-06-06 17:56:36 -0700
committer Android (Google) Code Review <android-gerrit@google.com> 2012-06-06 17:56:36 -0700
commit43fa4c5261a732decae3bbfaea2a00f8bb9b709c (patch)
tree5f5c0e382b88c98775c0986968fde9acb84b1615
parent37e0c3681ef403e5a43a4f3dbca954ec8a4bfb5d (diff)
parentc7e7fef1568fb2ed5148ac70d6c865acbbbb51f3 (diff)
Merge "New mouse pointer arrow with high res versions. Bug: 6579869" into jb-dev
-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" />