Advertisement

Android自定义SmartDateFormat实现下拉刷新与上拉加载动画效果

阅读量:

直接展示代码内容

下拉刷新功能所关联的类

复制代码
  
    
 import android.content.Context;
    
 import android.graphics.drawable.AnimationDrawable;
    
 import android.support.annotation.NonNull;
    
 import android.support.annotation.Nullable;
    
 import android.util.AttributeSet;
    
 import android.view.View;
    
 import android.widget.ImageView;
    
 import android.widget.LinearLayout;
    
  
    
 import com.scwang.smartrefresh.layout.api.RefreshHeader;
    
 import com.scwang.smartrefresh.layout.api.RefreshKernel;
    
 import com.scwang.smartrefresh.layout.api.RefreshLayout;
    
 import com.scwang.s

全部评论 (0)

还没有任何评论哟~