Giter Site home page Giter Site logo

draggridview's People

Contributors

yuqirong avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

draggridview's Issues

你好 请问一下这个库还在维护么 在某些记性上报了一个bug 能不能帮我看一下

java.lang.ClassCastException: android.widget.RelativeLayout$LayoutParams cannot be cast to android.widget.AbsListView$LayoutParams
at android.widget.GridView.onMeasure(GridView.java:1047)
at com.xxxx.xxx.myview.DragGridView.onMeasure(DragGridView.java:260)
at android.view.View.measure(View.java:16896)
at android.widget.RelativeLayout.measureChildHorizontal(RelativeLayout.java:818)
at android.widget.RelativeLayout.onMeasure(RelativeLayout.java:495)
at android.view.View.measure(View.java:16896)
at android.widget.RelativeLayout.measureChildHorizontal(RelativeLayout.java:818)
at android.widget.RelativeLayout.onMeasure(RelativeLayout.java:495)
at android.support.percent.PercentRelativeLayout.onMeasure(PercentRelativeLayout.java:105)
at android.view.View.measure(View.java:16896)
at android.widget.RelativeLayout.measureChildHorizontal(RelativeLayout.java:818)
at android.widget.RelativeLayout.onMeasure(RelativeLayout.java:495)
at android.support.percent.PercentRelativeLayout.onMeasure(PercentRelativeLayout.java:105)
at android.view.View.measure(View.java:16896)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:5413)
at android.widget.FrameLayout.onMeasure(FrameLayout.java:332)
at android.view.View.measure(View.java:16896)
at android.support.v4.view.ViewPager.onMeasure(ViewPager.java:1629)
at android.view.View.measure(View.java:16896)
at android.widget.RelativeLayout.measureChildHorizontal(RelativeLayout.java:818)
at android.widget.RelativeLayout.onMeasure(RelativeLayout.java:495)
at android.support.percent.PercentRelativeLayout.onMeasure(PercentRelativeLayout.java:105)
at android.view.View.measure(View.java:16896)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:5413)
at android.widget.FrameLayout.onMeasure(FrameLayout.java:332)
at android.support.v7.widget.ContentFrameLayout.onMeasure(ContentFrameLayout.java:139)
at android.view.View.measure(View.java:16896)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:5413)
at android.widget.LinearLayout.measureChildBeforeLayout(LinearLayout.java:1616)
at android.widget.LinearLayout.measureVertical(LinearLayout.java:729)
at android.widget.LinearLayout.onMeasure(LinearLayout.java:601)
at android.view.View.measure(View.java:16896)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:5413)
at android.widget.FrameLayout.onMeasure(FrameLayout.java:332)
at android.view.View.measure(View.java:16896)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:5413)
at android.widget.LinearLayout.measureChildBeforeLayout(LinearLayout.java:1616)
at android.widget.LinearLayout.measureVertical(LinearLayout.java:729)
at android.widget.LinearLayout.onMeasure(LinearLayout.java:601)
at android.view.View.measure(View.java:16896)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:5413)
at android.widget.FrameLayout.onMeasure(FrameLayout.java:332)
at com.android.internal.policy.impl.PhoneWindow$DecorView.onMeasure(PhoneWindow.java:2418)
at android.view.View.measure(View.java:16896)
at android.view.ViewRootImpl.performMeasure(ViewRootImpl.java:2551)
at android.view.ViewRootImpl.measureHierarchy(ViewRootImpl.java:1421)
at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1762)
at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1298)
at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:6608)
at android.view.Choreographer$CallbackRecord.run(Choreographer.java:788)
at android.view.Choreographer.doCallbacks(Choreographer.java:591)
at android.view.Choreographer.doFrame(Choreographer.java:560)
at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:774)
at android.os.Handler.handleCallback(Handler.java:808)
at android.os.Handler.dispatchMessage(Handler.java:103)
at android.os.Looper.loop(Looper.java:222)
at android.app.ActivityThread.main(ActivityThread.java:5484)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:860)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:676)
at dalvik.system.NativeStart.main(Native Method)

DragGridView

I got error when I move image to the left image on the top. this message ,"Attempt to invoke virtual method 'int android.view.View.getWidth()' on a null object reference". May you help?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.