am e76820bf: Merge "Use holo style mouse pointer." into honeycomb
* commit 'e76820bf413364898493f86ca6027b28d3caed2b': Use holo style mouse pointer.
This commit is contained in:
BIN
core/res/res/drawable-mdpi/pointer_arrow.png
Normal file
BIN
core/res/res/drawable-mdpi/pointer_arrow.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
@@ -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/pointericon_default_bitmap"
|
||||
android:hotSpotX="2"
|
||||
android:hotSpotY="2" />
|
||||
android:bitmap="@drawable/pointer_arrow"
|
||||
android:hotSpotX="6"
|
||||
android:hotSpotY="6" />
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 838 B |
@@ -542,7 +542,7 @@ public class InputManager {
|
||||
@SuppressWarnings("unused")
|
||||
public PointerIcon getPointerIcon() {
|
||||
return PointerIcon.load(mContext.getResources(),
|
||||
com.android.internal.R.drawable.pointericon_default);
|
||||
com.android.internal.R.drawable.pointer_arrow_icon);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user