Skip to content

Commit

Permalink
Update javadoc
Browse files Browse the repository at this point in the history
Issue #9
  • Loading branch information
taltstidl committed Dec 21, 2015
1 parent 564e212 commit 75c9a89
Showing 1 changed file with 17 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,19 @@
* A title which is larger when the layout is fully visible but collapses and becomes smaller as
* the layout is scrolled off screen. You can set the title to display via
* {@link #setTitle(CharSequence)}. The title appearance can be tweaked via the
* {@code collapsedTextAppearance} and {@code expandedTextAppearance} attributes.
* {@code titleCollapsedTextAppearance} and {@code titleExpandedTextAppearance} attributes.
* <p/>
* <h3>Collapsing subtitle</h3>
* A subtitle which can be larger when the layout is fully visible but collapses and becomes smaller as
* the layout is scrolled off screen. You can set the subtitle to display via
* {@link #setSubtitle(CharSequence)}. The subtitle appearance can be tweaked via the
* {@code subtitleCollapsedTextAppearance} and {@code subtitleExpandedTextAppearance} attributes.
* <p/>
* <h3>Collapsing title</h3>
* An icon which is larger when the layout is fully visible but collapses and becomes smaller as
* the layout is scrolled off screen. You can set the icon to display via
* {@link #setIcon(Drawable)}. The icon size can be tweaked via the
* {@code iconCollapsedSize} and {@code iconExpandedSize} attributes.
* <p/>
* <h3>Content scrim</h3>
* A full-bleed scrim which is show or hidden when the scroll position has hit a certain threshold.
Expand All @@ -83,6 +95,10 @@
*
* @attr ref android.support.design.R.styleable#FlexibleToolbarLayout_titleCollapsedTextAppearance
* @attr ref android.support.design.R.styleable#FlexibleToolbarLayout_titleExpandedTextAppearance
* @attr ref android.support.design.R.styleable#FlexibleToolbarLayout_subtitleCollapsedTextAppearance
* @attr ref android.support.design.R.styleable#FlexibleToolbarLayout_subtitleExpandedTextAppearance
* @attr ref android.support.design.R.styleable#FlexibleToolbarLayout_iconCollapsedSize
* @attr ref android.support.design.R.styleable#FlexibleToolbarLayout_iconExpandedSize
* @attr ref android.support.design.R.styleable#FlexibleToolbarLayout_contentScrimColor
* @attr ref android.support.design.R.styleable#FlexibleToolbarLayout_expandedMargin
* @attr ref android.support.design.R.styleable#FlexibleToolbarLayout_expandedMarginStart
Expand Down

0 comments on commit 75c9a89

Please sign in to comment.