feat:rename package name

This commit is contained in:
pengfei.zhou
2019-11-26 15:57:48 +08:00
parent 08e42bacdd
commit 74cee4f91b
9 changed files with 10 additions and 13 deletions

View File

@@ -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;

View File

@@ -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;

View File

@@ -1,4 +1,4 @@
package pub.doric.pullable;
package pub.doric.refresh;
import android.animation.Animator;
import android.animation.ValueAnimator;

View File

@@ -1,4 +1,4 @@
package pub.doric.pullable;
package pub.doric.refresh;
/**
* @Description: pub.doric.pullable

View File

@@ -1,4 +1,4 @@
package pub.doric.pullable;
package pub.doric.refresh;
import com.github.pengfeizhou.jscore.JSObject;
import com.github.pengfeizhou.jscore.JSValue;