CondensedItemStyle


@RequiresCarApi(value = 9)
@ExperimentalCarApi
@CarProtocol
public final class CondensedItemStyle


Holds properties related ONLY to the visual container around a CondensedItem.

Summary

Nested types

A builder for CondensedItemStyle.

Public methods

boolean
@Nullable Background

Returns the Background of the container, or null if not set.

@Nullable Shape

Returns the Shape of the container, or null if not set.

int
@NonNull String

Public methods

equals

public boolean equals(@Nullable Object other)

getBackground

Added in 1.8.0
public @Nullable Background getBackground()

Returns the Background of the container, or null if not set.

getShape

Added in 1.8.0
public @Nullable Shape getShape()

Returns the Shape of the container, or null if not set.

hashCode

public int hashCode()

toString

public @NonNull String toString()