From c7e7fef1568fb2ed5148ac70d6c865acbbbb51f3 Mon Sep 17 00:00:00 2001 From: Christian Robertson Date: Fri, 1 Jun 2012 17:47:53 -0700 Subject: New mouse pointer arrow with high res versions. Bug: 6579869 Change-Id: I65bba6cbc585579bb49e1632bbab03e77a503d9e --- core/res/res/drawable-hdpi/pointer_arrow.png | Bin 1336 -> 2427 bytes core/res/res/drawable-hdpi/pointer_arrow_icon.xml | 4 ++-- core/res/res/drawable-mdpi/pointer_arrow.png | Bin 1336 -> 1518 bytes core/res/res/drawable-xhdpi/pointer_arrow.png | Bin 2312 -> 3498 bytes core/res/res/drawable-xhdpi/pointer_arrow_icon.xml | 5 +++++ 5 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 core/res/res/drawable-xhdpi/pointer_arrow_icon.xml diff --git a/core/res/res/drawable-hdpi/pointer_arrow.png b/core/res/res/drawable-hdpi/pointer_arrow.png index fbd187c19f18..0ff0fcebfb51 100644 Binary files a/core/res/res/drawable-hdpi/pointer_arrow.png and b/core/res/res/drawable-hdpi/pointer_arrow.png 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 @@ + 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 Binary files a/core/res/res/drawable-mdpi/pointer_arrow.png and b/core/res/res/drawable-mdpi/pointer_arrow.png 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 Binary files a/core/res/res/drawable-xhdpi/pointer_arrow.png and b/core/res/res/drawable-xhdpi/pointer_arrow.png 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 @@ + + -- cgit v1.2.3-59-g8ed1b