am e76820bf: Merge "Use holo style mouse pointer." into honeycomb

* commit 'e76820bf413364898493f86ca6027b28d3caed2b':
  Use holo style mouse pointer.
This commit is contained in:
Jeff Brown
2011-01-14 13:05:11 -08:00
committed by Android Git Automerger
4 changed files with 4 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -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

View File

@@ -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);
}
}
}