views-widgets-samples icon indicating copy to clipboard operation
views-widgets-samples copied to clipboard

Multiple samples showing the best practices in views-widgets on Android.

Results 102 views-widgets-samples issues
Sort by recently updated
recently updated
newest added

👋 👋 👋 This PR modifies the NestedScrollableHost to be a `View.OnTouchListener` rather than a `ViewGroup` that houses the nested scrolling child. I don't think this is a better implementation...

add update targetSdkVersion to 29 update gradle version update kotlin version update dependencies

I found the function `fireTrigger` in `MotionLayout` but this function not like `onTransitionStarted`, `onTransitionChange` and `onTransitionCompleted` will be call. And in my case, I need this lifecycle or another method...

unexpected behavior when we use nested motion layout with multiple transition. ![device-2020-09-07-120337](https://user-images.githubusercontent.com/67687527/92356030-12c02680-f103-11ea-9de0-52be43bfb147.gif)

When the framePosition is 10, setting the animation progress to 1 does not work

Hi. MotionLayout needs a little optimization. I have child view with fixed height (for example 1599px) When I moving it out of screen child height resized to 1598px and measure...

rolling conflict in the same direction

When I open a new activity, press the back key; Viewpager2 will automatically scroll 当我打开一个新的activity后,按返回键Viewpager2会自动滚动 ![image](https://user-images.githubusercontent.com/20559556/77161562-f7297b00-6ae4-11ea-87c9-f60c4a48b71f.png)