Skip to content

Commit

Permalink
修改命名
Browse files Browse the repository at this point in the history
  • Loading branch information
LvBing1995 committed May 7, 2019
1 parent 705adbd commit d359d4d
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import com.bumptech.glide.Glide;
import com.bumptech.glide.request.target.SimpleTarget;
import com.bumptech.glide.request.transition.Transition;
import com.github.ielse.imagewatcher.ImageWatcher;
import com.github.lvbing.imagewatcher.ImageWatcher;

class GlideSimpleLoader implements ImageWatcher.Loader {
@Override
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/java/com/lvbing/imagebrower/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
import android.widget.ImageView;
import android.widget.Toast;

import com.github.ielse.imagewatcher.ImageWatcher;
import com.github.ielse.imagewatcher.ImageWatcherHelper;
import com.github.lvbing.imagewatcher.ImageWatcher;
import com.github.lvbing.imagewatcher.ImageWatcherHelper;
import com.lvbing.imagebrower.widget.CustomLoadingUIProvider2;
import com.lvbing.imagebrower.widget.DecorationLayout;
import com.lvbing.imagebrower.widget.MessagePicturesLayout;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import android.widget.FrameLayout;
import android.widget.ImageView;

import com.github.ielse.imagewatcher.ImageWatcher;
import com.github.lvbing.imagewatcher.ImageWatcher;
import com.lvbing.imagebrower.R;

public class CustomLoadingUIProvider2 implements ImageWatcher.LoadingUIProvider {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
import android.widget.TextView;
import android.widget.Toast;

import com.github.ielse.imagewatcher.ImageWatcher;
import com.github.ielse.imagewatcher.ImageWatcherHelper;
import com.github.lvbing.imagewatcher.ImageWatcher;
import com.github.lvbing.imagewatcher.ImageWatcherHelper;
import com.lvbing.imagebrower.R;

public class DecorationLayout extends FrameLayout implements ViewPager.OnPageChangeListener, View.OnClickListener {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.github.ielse.imagewatcher;
package com.github.lvbing.imagewatcher;

import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
Expand Down Expand Up @@ -33,6 +33,8 @@
import android.widget.ImageView;
import android.widget.TextView;

import com.github.ielse.imagewatcher.R;

import java.lang.ref.WeakReference;
import java.util.ArrayList;
import java.util.List;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.github.ielse.imagewatcher;
package com.github.lvbing.imagewatcher;

import android.net.Uri;
import android.support.v4.app.Fragment;
Expand All @@ -11,6 +11,8 @@
import android.view.ViewGroup;
import android.widget.ImageView;

import com.github.ielse.imagewatcher.R;

import java.util.ArrayList;
import java.util.List;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.github.ielse.imagewatcher;
package com.github.lvbing.imagewatcher;

import android.content.Context;
import android.content.res.Resources;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
package com.github.ielse.imagewatcher;
package com.github.lvbing.imagewatcher;

import android.animation.Animator;
import android.animation.ValueAnimator;
import android.view.View;

import com.github.ielse.imagewatcher.R;

/**
* ViewState包含记录了一个View的瞬时UI状态<br/>
* 并且提供了给View新增状态,抓取View的当前状态,复制View的状态,将View还原至该状态等便捷方法
Expand Down

0 comments on commit d359d4d

Please sign in to comment.