Components

Carousel(Android)

Grouped content that is navigated horizontally.

Usage

ThumbprintCarousel is a RecyclerView which imposes standard Thumbprint styles for carousels; in particular:

  • sets the orientation to horizontal
  • disables clipping for children within its padding (android:clipToPadding)
  • adds a 8dp space between items

Note that ThumbprintCarousel automatically applies R.style.Thumbprint_Carousel; it does not need to be added as a style in XML.

Was this page helpful?

We use this feedback to improve the quality of our documentation.