public class

LayoutElementBuilders.FontStyles

extends java.lang.Object

 java.lang.Object

↳androidx.wear.tiles.LayoutElementBuilders.FontStyles

Overview

Font styles, currently set up to match Wear's font styling.

Summary

Methods
public static LayoutElementBuilders.FontStyle.Builderbody1(DeviceParametersBuilders.DeviceParameters deviceParameters)

Font style for large body text.

public static LayoutElementBuilders.FontStyle.Builderbody2(DeviceParametersBuilders.DeviceParameters deviceParameters)

Font style for medium body text.

public static LayoutElementBuilders.FontStyle.Builderbutton(DeviceParametersBuilders.DeviceParameters deviceParameters)

Font style for button text.

public static LayoutElementBuilders.FontStyle.Buildercaption1(DeviceParametersBuilders.DeviceParameters deviceParameters)

Font style for large caption text.

public static LayoutElementBuilders.FontStyle.Buildercaption2(DeviceParametersBuilders.DeviceParameters deviceParameters)

Font style for medium caption text.

public static LayoutElementBuilders.FontStyle.Builderdisplay1(DeviceParametersBuilders.DeviceParameters deviceParameters)

Font style for large display text.

public static LayoutElementBuilders.FontStyle.Builderdisplay2(DeviceParametersBuilders.DeviceParameters deviceParameters)

Font style for medium display text.

public static LayoutElementBuilders.FontStyle.Builderdisplay3(DeviceParametersBuilders.DeviceParameters deviceParameters)

Font style for small display text.

public static LayoutElementBuilders.FontStyle.Buildertitle1(DeviceParametersBuilders.DeviceParameters deviceParameters)

Font style for large title text.

public static LayoutElementBuilders.FontStyle.Buildertitle2(DeviceParametersBuilders.DeviceParameters deviceParameters)

Font style for medium title text.

public static LayoutElementBuilders.FontStyle.Buildertitle3(DeviceParametersBuilders.DeviceParameters deviceParameters)

Font style for small title text.

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Methods

Font style for large display text.

Font style for medium display text.

Font style for small display text.

Font style for large title text.

Font style for medium title text.

Font style for small title text.

Font style for large body text.

Font style for medium body text.

Font style for button text.

Font style for large caption text.

Font style for medium caption text.