# Design Support Library (IV): Collapsing Toolbar Layout

DevFeed: [Design Support Library (IV): Collapsing Toolbar Layout](<https://devfeed.tech/articles/design-support-library-iv-collapsing-toolbar-layout-27145.md>)

Original publisher: [Read original article](<https://antonioleiva.com/collapsing-toolbar-layout>)

Published: 2015-07-09T00:00:00Z

Content type: tutorial

Language: en

Sources: [Antonio Leiva](<https://devfeed.tech/sources/antonio-leiva.md>)

Topics: [Android](<https://devfeed.tech/topics/android.md>), [XML](<https://devfeed.tech/topics/xml.md>), [Kotlin](<https://devfeed.tech/topics/kotlin.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [kotlin](<https://devfeed.tech/tags/kotlin.md>), [layout](<https://devfeed.tech/tags/layout.md>), [nested-scroll](<https://devfeed.tech/tags/nested-scroll.md>), [toolbar](<https://devfeed.tech/tags/toolbar.md>), [xml](<https://devfeed.tech/tags/xml.md>)

## AI overview

A tutorial on building an Android interface with the Design Support Library's Collapsing Toolbar Layout. It explains how CoordinatorLayout, AppBarLayout, NestedScrollView, parallax behavior, toolbar pinning, and FloatingActionButton anchoring work together in XML, with additional code for toolbar tinting and material transitions.

## Source excerpt

Everything Android, Kotlin and other random topics