Skip to content

Commit

Permalink
Readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonpolites committed Feb 20, 2012
1 parent 0dade36 commit a3fcdcf
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,19 @@ NOT Implemented (and may never be :/):

1. Fling
2. Rotation
3. Pan and Zoom together
3. Pan and Zoom together

Usage
-----

Configured as View in layout.xml
================================
code::

<com.polites.android.GestureImageView
android:id="@+id/image"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
gesture-image:min-scale="0.1"
gesture-image:max-scale="10.0"
android:src="@drawable/image"/>

0 comments on commit a3fcdcf

Please sign in to comment.