feat:rename package name
This commit is contained in:
		| @@ -29,15 +29,13 @@ import androidx.appcompat.app.AppCompatActivity; | ||||
| import androidx.recyclerview.widget.LinearLayoutManager; | ||||
| import androidx.recyclerview.widget.RecyclerView; | ||||
|  | ||||
| import org.w3c.dom.Text; | ||||
|  | ||||
| import java.io.IOException; | ||||
| import java.util.ArrayList; | ||||
| import java.util.List; | ||||
|  | ||||
| import pub.doric.DoricActivity; | ||||
| import pub.doric.devkit.ui.DemoDebugActivity; | ||||
| import pub.doric.pullable.DoricSwipeLayout; | ||||
| import pub.doric.refresh.DoricSwipeLayout; | ||||
| import pub.doric.utils.DoricUtils; | ||||
|  | ||||
| public class MainActivity extends AppCompatActivity { | ||||
|   | ||||
| @@ -6,7 +6,7 @@ import android.graphics.Color; | ||||
| import android.os.Bundle; | ||||
| import android.widget.FrameLayout; | ||||
|  | ||||
| import pub.doric.pullable.DoricSwipeLayout; | ||||
| import pub.doric.refresh.DoricSwipeLayout; | ||||
|  | ||||
| public class PullableActivity extends AppCompatActivity { | ||||
|  | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <pub.doric.pullable.DoricSwipeLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||||
| <pub.doric.refresh.DoricSwipeLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     xmlns:tools="http://schemas.android.com/tools" | ||||
|     android:id="@+id/swipe_layout" | ||||
|     android:layout_width="match_parent" | ||||
| @@ -10,4 +10,4 @@ | ||||
|         android:layout_width="match_parent" | ||||
|         android:layout_height="match_parent" | ||||
|         tools:context=".MainActivity" /> | ||||
| </pub.doric.pullable.DoricSwipeLayout> | ||||
| </pub.doric.refresh.DoricSwipeLayout> | ||||
| @@ -6,7 +6,7 @@ | ||||
|     android:layout_height="match_parent" | ||||
|     tools:context=".PullableActivity"> | ||||
|  | ||||
|     <pub.doric.pullable.DoricSwipeLayout | ||||
|     <pub.doric.refresh.DoricSwipeLayout | ||||
|         android:id="@+id/swipe_layout" | ||||
|         android:layout_width="match_parent" | ||||
|         android:layout_height="match_parent" /> | ||||
|   | ||||
| @@ -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