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
* Explicitly set support library version 19.0.1.
* Include slf4j-android dependency from maven central instead of local jar.
* Adds local.properties to .gitignore