Top "Android-support-design" questions

Android support design is library that introduce by google for giving support of few material design components to all android 2.1 devices or higher devices.

CollapsingToolbarLayout with multiline title

Is it possible to make CollapsingToolbarLayout's expanded title text wraps across several lines (similar to TextView.maxLines attribute)?

android android-support-library android-support-design
Android, DrawerLayout + Fragments + CollapsingToolbarLayout

Is it possible to have a CoordinatorLayout / CollapsingToolbarLayout in the fragments shown in the main container of a DrawerLayout? An …

android navigation-drawer android-toolbar android-support-design coordinator-layout