Skip to content

Commit c7e7fef

Browse files
New mouse pointer arrow with high res versions. Bug: 6579869
Change-Id: I65bba6cbc585579bb49e1632bbab03e77a503d9e
1 parent 6d4d35e commit c7e7fef

File tree

5 files changed

+7
-2
lines changed

5 files changed

+7
-2
lines changed
1.07 KB
Loading
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<pointer-icon xmlns:android="http://schemas.android.com/apk/res/android"
33
android:bitmap="@drawable/pointer_arrow"
4-
android:hotSpotX="6"
5-
android:hotSpotY="6" />
4+
android:hotSpotX="9"
5+
android:hotSpotY="9" />
182 Bytes
Loading
1.16 KB
Loading
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<pointer-icon xmlns:android="http://schemas.android.com/apk/res/android"
3+
android:bitmap="@drawable/pointer_arrow"
4+
android:hotSpotX="12"
5+
android:hotSpotY="12" />

0 commit comments

Comments
 (0)