Skip to content

Commit 7e7c2ae

Browse files
committed
Added quick scale to basic feature tour
1 parent 966b37a commit 7e7c2ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sample/src/com/davemorrissey/labs/subscaleview/sample/basicfeatures/BasicFeaturesActivity.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ protected void onCreate(Bundle savedInstanceState) {
5353
}
5454
notes = Arrays.asList(
5555
new Note("Pinch to zoom", "Use a two finger pinch to zoom in and out. The zoom is centred on the pinch gesture, and you can pan at the same time."),
56+
new Note("Quick scale", "Double tap and swipe up or down to zoom in or out. The zoom is centred where you tapped."),
5657
new Note("Drag", "Use one finger to drag the image around."),
5758
new Note("Fling", "If you drag quickly and let go, fling momentum keeps the image moving."),
5859
new Note("Double tap", "Double tap the image to zoom in to that spot. Double tap again to zoom out.")

0 commit comments

Comments
 (0)