Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Customizable gesture icon, animator, fade duration, top/bottom focus gravity, circle snapping to a view edge #74

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

sevar83
Copy link

@sevar83 sevar83 commented Sep 3, 2017

  • Added FocusGravity.TOP and FocusGravity.BOTTOM;
  • Added .setFadeDuration();
  • Added way to override/customize the "pulsating dot". E.g.:
    .enableGestureDrawable(true) // replaces enableDotAnimation() method .setGestureDrawableResId(R.drawable.ic_cursor_hand) .setGestureAnimatorResId(R.animator.drag_from_right)AddedCircleOnEdge` that is a Circle with fixed radius which snaps very close to one of a given edge of the target view.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant