CondensedItemStyle


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


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

Summary

Nested types

A builder for CondensedItemStyle.

Public functions

Boolean
equals(other: Any?)
Background?

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

Shape?

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

Int
String

Public functions

equals

fun equals(other: Any?): Boolean

getBackground

Added in 1.8.0
fun getBackground(): Background?

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

getShape

Added in 1.8.0
fun getShape(): Shape?

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

hashCode

fun hashCode(): Int

toString

fun toString(): String