OSDN Git Service

Add public API for on screen zoom controls
authorMichael Kolb <kolby@google.com>
Fri, 21 Jan 2011 19:29:02 +0000 (11:29 -0800)
committerMichael Kolb <kolby@google.com>
Fri, 21 Jan 2011 22:15:16 +0000 (14:15 -0800)
commit5840cd294ad791645c8960da35413f1da5950dca
tree9ead3b78ae8d565415c96caf22e5d134460d8959
parentd8b9d7cd1b2327b02e41edcddf94e64d481419d1
Add public API for on screen zoom controls

    http://b/issue?id=3378224
    This is a simple unhide.
    Allow the use of WebView pinch-to-zoom gestures
    without the on screen zoom controls.
    Currently, enabling pinch to zoom with the public API also shows the
    on screen zoom buttons.
    If the zoom buttons are not wanted, a custom implementation of pinch to
    zoom is required, which can't be done correctly at this point.

Change-Id: I3f94080471c3a4b498b11c91603fff9994dc3c2c
api/current.xml
core/java/android/webkit/WebSettings.java