折腾了很久 该走的逻辑都走一切正常 但是动画效果就是没有 气死我了 一点一点删最后发现是有同名不同包的类导致的 气死
看清楚 不要采坑
错误示范

    <com.scwang.smart.refresh.layout.SmartRefreshLayout        android:id="@+id/shopCar_refresh"        android:layout_width="match_parent"        android:layout_height="wrap_content"         android:layout_below="@+id/shopCar_title"/>

正确的 `

    <com.scwang.smartrefresh.layout.SmartRefreshLayout        android:layout_width="match_parent"        android:layout_height="match_parent"/>

ok 希望大家少踩坑

更多相关文章

  1. Android NDK 开发的栈错误调试
  2. Android启动后遇到错误
  3. android使用ksoap2-android调用webservice时报java.io.EOFExcept
  4. android 监听其它app的错误或者崩溃的方法 (ProcessErrorStateInf
  5. eclipse开发android常见错误总结
  6. 自定义view引起的错误:No resource identifier found for attribu

随机推荐

  1. Android(安卓)解析excel文件
  2. Android(安卓)Material Design之Floating
  3. android WebView加载URL不显示图片
  4. Android(安卓)OAUTH
  5. Android(安卓)Studio build.gradle produ
  6. Android(安卓)自定义PopupWindow动画效果
  7. android 使用randerScript实现图片模糊效
  8. Android(安卓)InputStream与String,Byte
  9. Android刷新页面
  10. Android简单的Fragment嵌套Fragment(View