android4.4 pointer_spot_touch 触摸圆点与触摸线不相交

当打开“开发者选项”--“显示触摸操作” “指针位置”,触摸操作会有一个圆点,有的时候“指针位置”和“显示触摸操作”不相交;
   \frameworks\base\core\res\res\drawable-mdpi\pointer_spot_touch_icon.xml

   <pointer-icon xmlns:android="http://schemas.android.com/apk/res/android"
    android:bitmap="@drawable/pointer_spot_touch"
    android:hotSpotX="12"
    android:hotSpotY="12" /> <!--default 24 -->

你可能感兴趣的:(android4.4)