replace hover with custom circular menu

This commit is contained in:
hyb1996
2017-10-18 20:53:21 +08:00
parent e6c0500358
commit a478278135
41 changed files with 653 additions and 1671 deletions

View File

@@ -0,0 +1,18 @@
package com.stardust.autojs.core.templatematching;
import android.graphics.Color;
import android.media.Image;
import com.stardust.autojs.runtime.api.image.Images;
/**
* Created by Stardust on 2017/10/5.
*/
public class Test {
public void test(Image image) {
}
}