Hendra Wijaya Djiono

Results 21 issues of Hendra Wijaya Djiono

From https://material.io/guidelines/components/dialogs.html#dialogs-specs > Number of actions > > Dialogs should not include more than two actions. A third action, such as “Learn more,” navigates away from the dialog, potentially leaving...

Will this library reserve exif meta data from a jpeg image? If not, how can i do that?

`android:layout_height="wrap_content"` doesn't seem to work.

I am testing recyclerview with header with google default example project, so i am following https://github.com/turing-tech/MaterialScrollBar/wiki/Header-Tutorial But the result of the drag scroller text when expanded is wrong It should...

wontfix

I don't know if it is the right behavior, but i think handle must keep the current position when touched ![whatsapp-video-2017-06-20-at-11 22 43-am](https://user-images.githubusercontent.com/9481791/27316654-773a989e-55ab-11e7-96e4-544410a1de10.gif)

I have a custom ViewGroup that called onLayout directly, but this line [scrollListener.updateHandlePosition(recyclerView);](https://github.com/FutureMind/recycler-fast-scroll/blob/master/fastscroll/src/main/java/com/futuremind/recyclerviewfastscroll/FastScroller.java#L169) will make application force closed with error `java.lang.NullPointerException: Attempt to invoke virtual method 'int android.support.v7.widget.RecyclerView.computeVerticalScrollOffset()' on a...

Problem: I want to style my handle using translateX, so it will get in from the right of the screen, and get out to the right of the screen. I...

Fix force closed if grab/release animator not provided from example project by changing the default int value that should be 0