viewType

The current view type of the app picker.

This property determines whether the applications are displayed in a list or a grid. It can be set to either TYPE_LIST or TYPE_GRID.

Changing this value will typically involve re-initializing the layout manager and adapter to reflect the new view type.

Defaults to TYPE_LIST.

See also