浏览代码

********************************** *********************
添加矩阵

zhangweixin 3 年之前
父节点
当前提交
b52d02254c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      sybotan-android-graphy/src/main/java/com/sybotan/android/graphy/SGraphyItem.kt

+ 1 - 0
sybotan-android-graphy/src/main/java/com/sybotan/android/graphy/SGraphyItem.kt

@@ -49,6 +49,7 @@ open class SGraphyItem(parent: SGraphyItem? = null) {
         /** 当前焦点Item */
         private var currentFocusItem: SGraphyItem? = null
 
+
         /**
          * MotionEvent转子对象MotionEvent
          *