Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e76820bf authored by Jeff Brown's avatar Jeff Brown Committed by Android (Google) Code Review
Browse files

Merge "Use holo style mouse pointer." into honeycomb

parents cbe397f2 909733cd
Loading
Loading
Loading
Loading
+1.3 KiB
Loading image diff...
+3 −3
Original line number Diff line number Diff line
<?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" />
−838 B
Loading image diff...
+1 −1
Original line number Diff line number Diff line
@@ -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);
        }
    }
}