Change mouse cursor image in application?
问题 I able to connected mouse with my device and it's working perfectly, but I want to change cursor image for specific to app. How we can do it. Any idea/suggestion? 回答1: I don't think it is possible on a per-app basis. The pointer icon images are part of the framework and their style attributes are internal. From core/res/res/values/styles.xml : <!-- Pointer styles --> <style name="Pointer"> <item name="android:pointerIconArrow">@android:drawable/pointer_arrow_icon</item> <item name="android