Skip to content
This repository has been archived by the owner on Apr 27, 2024. It is now read-only.

Double tap to zoom #61

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

Commits on May 2, 2014

  1. Inverts behavior of double touch drag gesture

    Per Android guidelines, double touch drag up should decrease content scale and double touch drag down should increase content scale.
    
    This is also the behavior in the official Google Maps Android application.
    
    http://developer.android.com/design/patterns/gestures.html
    ecgreb committed May 2, 2014
    Configuration menu
    Copy the full SHA
    9d91e7d View commit details
    Browse the repository at this point in the history
  2. Adds double tap to zoom

    ecgreb committed May 2, 2014
    Configuration menu
    Copy the full SHA
    ac94d19 View commit details
    Browse the repository at this point in the history