Android-DragDismissActivity icon indicating copy to clipboard operation
Android-DragDismissActivity copied to clipboard

A smooth, easy-to-implement, drag to dismiss Android Activity.

Results 7 Android-DragDismissActivity issues
Sort by recently updated
recently updated
newest added

I assume this libs requires a `MinSDK` of `15`? You should mention this in your README.md.

Can we implement with bottom-Sheet..???

I'm inheriting the DragDismissTheme, apparently this theme doesn't support to launch MaterialAlertDialog getting below error - java.lang.IllegalArgumentException: com.google.android.material.dialog.MaterialAlertDialogBuilder requires a value for the :attr/colorSurface attribute to be set in your...

It will be a great usability improvement if the dragging can only be in one direction, to help the user understand the mental model of the window opening/closing, e.g. the...

Compilation error: Program type already present: android.support.v13.view.DragStartHelper$1 Message{kind=ERROR, text=Program type already present: android.support.v13.view.DragStartHelper$1, sources=[Unknown source file], tool name=Optional.of(D8)}

Suggestion to add drag-dismiss functionality to the X axis, in addition to the Y.

Version 1.4.0 Activity is not dragging ```java new DragDismissIntentBuilder(getContext()) .setTheme(DragDismissIntentBuilder.Theme.LIGHT) .setPrimaryColorResource(R.color.colorPrimary) .build(intent); ``` ```xml ```