QuickActionView
QuickActionView copied to clipboard
View that shows quick actions when long pressed, inspired by Pinterest
Results
2
QuickActionView issues
Sort by
recently updated
recently updated
newest added
If you want to show the QuickActionView when it is clicked instead of long pressed, you can now do that with `setDoesShowOnClick(boolean showsOnclick)`
- Conversion to Kotlin (potentially not breaking, but bump in version to communicate that change) - Conversion to AndroidX - ActionsTitleOutAnimator.animateActionTitleOut should return a long instead of an int -...