Skip to content

Commit 43fa4c5

Browse files
christianrobertsonAndroid (Google) Code Review
authored andcommitted
Merge "New mouse pointer arrow with high res versions. Bug: 6579869" into jb-dev
2 parents 37e0c36 + c7e7fef commit 43fa4c5

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)