feat:rename package name
This commit is contained in:
@@ -25,7 +25,7 @@ import pub.doric.plugin.NavigatorPlugin;
|
||||
import pub.doric.plugin.NetworkPlugin;
|
||||
import pub.doric.plugin.ShaderPlugin;
|
||||
import pub.doric.plugin.StoragePlugin;
|
||||
import pub.doric.pullable.RefreshableNode;
|
||||
import pub.doric.refresh.RefreshableNode;
|
||||
import pub.doric.shader.HLayoutNode;
|
||||
import pub.doric.shader.ImageNode;
|
||||
import pub.doric.shader.ScrollerNode;
|
||||
|
@@ -1,8 +1,7 @@
|
||||
package pub.doric.pullable;
|
||||
package pub.doric.refresh;
|
||||
|
||||
import android.content.Context;
|
||||
import android.util.AttributeSet;
|
||||
import android.util.Log;
|
||||
import android.view.Gravity;
|
||||
import android.view.View;
|
||||
import android.view.ViewGroup;
|
@@ -1,4 +1,4 @@
|
||||
package pub.doric.pullable;
|
||||
package pub.doric.refresh;
|
||||
|
||||
import android.animation.Animator;
|
||||
import android.animation.ValueAnimator;
|
@@ -1,4 +1,4 @@
|
||||
package pub.doric.pullable;
|
||||
package pub.doric.refresh;
|
||||
|
||||
/**
|
||||
* @Description: pub.doric.pullable
|
@@ -1,4 +1,4 @@
|
||||
package pub.doric.pullable;
|
||||
package pub.doric.refresh;
|
||||
|
||||
import com.github.pengfeizhou.jscore.JSObject;
|
||||
import com.github.pengfeizhou.jscore.JSValue;
|
Reference in New Issue
Block a user