android.webkit
public
static
final
enum
android.webkit.WebSettings.LayoutAlgorithm
Enum for controlling the layout of html.
NORMAL means no rendering changes.
SINGLE_COLUMN moves all content into one column that is the width of the
view.
NARROW_COLUMNS makes all columns no wider than the screen if possible.
Summary
Enum Values
Public Methods
Methods inherited
from class
java.lang.Enum
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Enum Values
Public Methods