Browse Source

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

zhangweixin 3 years ago
parent
commit
b52d02254c

+ 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
          *