Skip to content

Most visited

Recently visited

navigation

GridPageOptions

public interface GridPageOptions

android.support.wearable.view.GridPageOptions


An optional interface for a Fragment within a GridViewPager which provides additional configurable options.

Summary

Nested classes

interface GridPageOptions.BackgroundListener

Interface for communicating background changes to a listener. 

Public methods

abstract Drawable getBackground()

Provides a background for the page represented by this Fragment.

abstract void setBackgroundListener(GridPageOptions.BackgroundListener listener)

Provides a listener used to notify the container about a change to the background.

Public methods

getBackground

Drawable getBackground ()

Provides a background for the page represented by this Fragment. A return value of BACKGROUND_NONE will default to the background for the row, if supplied.

Returns
Drawable

See also:

setBackgroundListener

void setBackgroundListener (GridPageOptions.BackgroundListener listener)

Provides a listener used to notify the container about a change to the background.

Parameters
listener GridPageOptions.BackgroundListener: a listener used to notify about background changes
This site uses cookies to store your preferences for site-specific language and display options.

Hooray!

This class requires API level or higher

This doc is hidden because your selected API level for the documentation is . You can change the documentation API level with the selector above the left navigation.

For more information about specifying the API level your app requires, read Supporting Different Platform Versions.