Loading core/java/android/widget/Toolbar.java +6 −3 Original line number Original line Diff line number Diff line Loading @@ -66,7 +66,9 @@ import java.util.List; * <li><em>A navigation button.</em> This may be an Up arrow, navigation menu toggle, close, * <li><em>A navigation button.</em> This may be an Up arrow, navigation menu toggle, close, * collapse, done or another glyph of the app's choosing. This button should always be used * collapse, done or another glyph of the app's choosing. This button should always be used * to access other navigational destinations within the container of the Toolbar and * to access other navigational destinations within the container of the Toolbar and * its signified content or otherwise leave the current context signified by the Toolbar.</li> * its signified content or otherwise leave the current context signified by the Toolbar. * The navigation button is vertically aligned within the Toolbar's * {@link android.R.styleable#View_minHeight minimum height}, if set.</li> * <li><em>A branded logo image.</em> This may extend to the height of the bar and can be * <li><em>A branded logo image.</em> This may extend to the height of the bar and can be * arbitrarily wide.</li> * arbitrarily wide.</li> * <li><em>A title and subtitle.</em> The title should be a signpost for the Toolbar's current * <li><em>A title and subtitle.</em> The title should be a signpost for the Toolbar's current Loading @@ -83,7 +85,8 @@ import java.util.List; * end of the Toolbar offering a few * end of the Toolbar offering a few * <a href="http://developer.android.com/design/patterns/actionbar.html#ActionButtons"> * <a href="http://developer.android.com/design/patterns/actionbar.html#ActionButtons"> * frequent, important or typical</a> actions along with an optional overflow menu for * frequent, important or typical</a> actions along with an optional overflow menu for * additional actions.</li> * additional actions. Action buttons are vertically aligned within the Toolbar's * {@link android.R.styleable#View_minHeight minimum height}, if set.</li> * </ul> * </ul> * </p> * </p> * * Loading Loading
core/java/android/widget/Toolbar.java +6 −3 Original line number Original line Diff line number Diff line Loading @@ -66,7 +66,9 @@ import java.util.List; * <li><em>A navigation button.</em> This may be an Up arrow, navigation menu toggle, close, * <li><em>A navigation button.</em> This may be an Up arrow, navigation menu toggle, close, * collapse, done or another glyph of the app's choosing. This button should always be used * collapse, done or another glyph of the app's choosing. This button should always be used * to access other navigational destinations within the container of the Toolbar and * to access other navigational destinations within the container of the Toolbar and * its signified content or otherwise leave the current context signified by the Toolbar.</li> * its signified content or otherwise leave the current context signified by the Toolbar. * The navigation button is vertically aligned within the Toolbar's * {@link android.R.styleable#View_minHeight minimum height}, if set.</li> * <li><em>A branded logo image.</em> This may extend to the height of the bar and can be * <li><em>A branded logo image.</em> This may extend to the height of the bar and can be * arbitrarily wide.</li> * arbitrarily wide.</li> * <li><em>A title and subtitle.</em> The title should be a signpost for the Toolbar's current * <li><em>A title and subtitle.</em> The title should be a signpost for the Toolbar's current Loading @@ -83,7 +85,8 @@ import java.util.List; * end of the Toolbar offering a few * end of the Toolbar offering a few * <a href="http://developer.android.com/design/patterns/actionbar.html#ActionButtons"> * <a href="http://developer.android.com/design/patterns/actionbar.html#ActionButtons"> * frequent, important or typical</a> actions along with an optional overflow menu for * frequent, important or typical</a> actions along with an optional overflow menu for * additional actions.</li> * additional actions. Action buttons are vertically aligned within the Toolbar's * {@link android.R.styleable#View_minHeight minimum height}, if set.</li> * </ul> * </ul> * </p> * </p> * * Loading