You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**`CollapsingToolbarLayout` collapsed title typography** | `app:collapsedTitleTextAppearance`| `setCollapsedTitleTextAppearance` | `@style/TextAppearance.AppCompat.Widget.ActionBar.Title`
444
+
**`CollapsingToolbarLayout` expanded title typography** | `app:expandedTitleTextAppearance`| `setExpandedTitleTextAppearance` | `@style/TextAppearance.Design.CollapsingToolbar.Expanded`
445
+
**`CollapsingToolbarLayout` collapsed title color** | `android:textColor` (in `app:collapsedTitleTextAppearance`) or `app:collapsedTitleTextColor`| `setCollapsedTitleTextColor` | `?android:attr/textColorPrimary`
446
+
**`CollapsingToolbarLayout` expanded title color** | `android:textColor` (in `app:expandedTitleTextAppearance`) or `app:expandedTitleTextColor` | `setExpandedTitleTextColor` | `?android:attr/textColorPrimary`
447
+
**`CollapsingToolbarLayout` expanded title margins** | `app:expandedTitleMargin*`| `setExpandedTitleMargin*` | `32dp`
448
+
**`CollapsingToolbarLayout` title max lines** | `app:maxLines`| `setMaxLines`<br>`getMaxLines` | `1`
0 commit comments