Ken Yee
Ken Yee
**Do you want to request a _feature_ or report a _bug_?** feature/documentation **What is the current behavior?** docs are insufficient to solve issue **If the current behavior is a bug,...
Stack trace below: Fatal Exception: java.lang.IllegalArgumentException pointerIndex out of range raw android.view.MotionEvent.nativeGetAxisValue (MotionEvent.java) android.view.MotionEvent.getY (MotionEvent.java:2168) android.support.v4.view.MotionEventCompatEclair.getY (MotionEventCompatEclair.java:35) android.support.v4.view.MotionEventCompat$EclairMotionEventVersionImpl.getY (MotionEventCompat.java:95) android.support.v4.view.MotionEventCompat.getY (MotionEventCompat.java:228) fr.castorflex.android.verticalviewpager.VerticalViewPager.onInterceptTouchEvent (VerticalViewPager.java:1732) android.view.ViewGroup.dispatchTouchEvent (ViewGroup.java:2073) android.view.ViewGroup.dispatchTransformedTouchEvent (ViewGroup.java:2441) android.view.ViewGroup.dispatchTouchEvent (ViewGroup.java:2174) android.view.ViewGroup.dispatchTransformedTouchEvent...
With a listview set to start at the bottom: listView.setStackFromBottom(true); listView.setTranscriptMode(AbsListView.TRANSCRIPT_MODE_ALWAYS_SCROLL); and with different sized listview items, when you scroll up, the header will pop down and up randomly even...
Not sure what this is w/o looking at code. Maybe a short paragraph on how it works in the main readme would be useful.
Would be nice if this were available via gradle so we don't have to suck the library in...
... it play video automatically Using this for an intro/welcome screen for an app and wish it had this feature so I added it :-)
so we can include it in Android Studio gradle builds easily...
I can't find this there: http://search.maven.org/#search|ga|1|com.github.manuelpeinado Not that many files, but it should be there ;-)
so we can pull it in via gradle?
## Feature request Material UI dialogs are handled differently from regular forms in that they need unusual wrapping with Dialog tags buttons. I've found two much different examples of how...