diff options
| author | 2011-06-06 13:03:25 -0700 | |
|---|---|---|
| committer | 2011-06-06 13:03:25 -0700 | |
| commit | 44771f14eca628692e4b709efd9097cf4ecda262 (patch) | |
| tree | b38e7cd09db9fd5bcf2eec79f223877263e2208b | |
| parent | 03db358cbc58dcd28e15507a0cb04fd6666140d3 (diff) | |
Copy pointer assets for hdpi.
Change-Id: I0012c651d8e550bbb0e2c75046f3138f7dd5f6a6
| -rw-r--r-- | core/res/res/drawable-hdpi/pointer_arrow.png | bin | 0 -> 1336 bytes | |||
| -rw-r--r-- | core/res/res/drawable-hdpi/pointer_arrow_icon.xml | 5 | ||||
| -rw-r--r-- | core/res/res/drawable-hdpi/pointer_spot_anchor.png | bin | 0 -> 6817 bytes | |||
| -rw-r--r-- | core/res/res/drawable-hdpi/pointer_spot_anchor_icon.xml | 5 | ||||
| -rw-r--r-- | core/res/res/drawable-hdpi/pointer_spot_hover.png | bin | 0 -> 9669 bytes | |||
| -rw-r--r-- | core/res/res/drawable-hdpi/pointer_spot_hover_icon.xml | 5 | ||||
| -rw-r--r-- | core/res/res/drawable-hdpi/pointer_spot_touch.png | bin | 0 -> 2880 bytes | |||
| -rw-r--r-- | core/res/res/drawable-hdpi/pointer_spot_touch_icon.xml | 5 |
8 files changed, 20 insertions, 0 deletions
diff --git a/core/res/res/drawable-hdpi/pointer_arrow.png b/core/res/res/drawable-hdpi/pointer_arrow.png Binary files differnew file mode 100644 index 000000000000..fbd187c19f18 --- /dev/null +++ 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 new file mode 100644 index 000000000000..2f5676f38aed --- /dev/null +++ b/core/res/res/drawable-hdpi/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="6" + android:hotSpotY="6" /> diff --git a/core/res/res/drawable-hdpi/pointer_spot_anchor.png b/core/res/res/drawable-hdpi/pointer_spot_anchor.png Binary files differnew file mode 100644 index 000000000000..d7aca3677085 --- /dev/null +++ b/core/res/res/drawable-hdpi/pointer_spot_anchor.png diff --git a/core/res/res/drawable-hdpi/pointer_spot_anchor_icon.xml b/core/res/res/drawable-hdpi/pointer_spot_anchor_icon.xml new file mode 100644 index 000000000000..2222b8e023e2 --- /dev/null +++ b/core/res/res/drawable-hdpi/pointer_spot_anchor_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_spot_anchor" + android:hotSpotX="33" + android:hotSpotY="33" /> diff --git a/core/res/res/drawable-hdpi/pointer_spot_hover.png b/core/res/res/drawable-hdpi/pointer_spot_hover.png Binary files differnew file mode 100644 index 000000000000..5041aa3a022f --- /dev/null +++ b/core/res/res/drawable-hdpi/pointer_spot_hover.png diff --git a/core/res/res/drawable-hdpi/pointer_spot_hover_icon.xml b/core/res/res/drawable-hdpi/pointer_spot_hover_icon.xml new file mode 100644 index 000000000000..dc62a696eb3b --- /dev/null +++ b/core/res/res/drawable-hdpi/pointer_spot_hover_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_spot_hover" + android:hotSpotX="33" + android:hotSpotY="33" /> diff --git a/core/res/res/drawable-hdpi/pointer_spot_touch.png b/core/res/res/drawable-hdpi/pointer_spot_touch.png Binary files differnew file mode 100644 index 000000000000..64a42a18f2c3 --- /dev/null +++ b/core/res/res/drawable-hdpi/pointer_spot_touch.png diff --git a/core/res/res/drawable-hdpi/pointer_spot_touch_icon.xml b/core/res/res/drawable-hdpi/pointer_spot_touch_icon.xml new file mode 100644 index 000000000000..4bffee6ab58b --- /dev/null +++ b/core/res/res/drawable-hdpi/pointer_spot_touch_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_spot_touch" + android:hotSpotX="24" + android:hotSpotY="24" /> |