Searched defs:Toolbar (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DToolbar.java56 * <p>A Toolbar is a generalization of {@link android.app.ActionBar action bars} for use
59 * a Toolbar may be placed at any arbitrary level of nesting within a view hierarchy.
60 * An application may choose to designate a Toolbar as the action bar for an Activity
61 * using the {@link android.app.Activity#setActionBar(Toolbar) setActionBar()} method.</p>
63 * <p>Toolbar supports a more focused feature set than ActionBar. From start to end, a toolbar
69 * to access other navigational destinations within the container of the Toolbar and
70 * its signified content or otherwise leave the current context signified by the Toolbar.
71 * The navigation button is vertically aligned within the Toolbar's
75 * <li><em>A title and subtitle.</em> The title should be a signpost for the Toolbar's current
80 * to the Toolbar
98 public class Toolbar extends ViewGroup { class in inherits:ViewGroup
175 public Toolbar(Context context) { method in class:Toolbar
179 public Toolbar(Context context, AttributeSet attrs) { method in class:Toolbar
183 public Toolbar(Context context, AttributeSet attrs, int defStyleAttr) { method in class:Toolbar
187 public Toolbar(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:Toolbar
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DToolbar.java67 * <p>A Toolbar is a generalization of {@link ActionBar action bars} for use
70 * a Toolbar may be placed at any arbitrary level of nesting within a view hierarchy.
71 * An application may choose to designate a Toolbar as the action bar for an Activity
72 * using the {@link android.support.v7.app.ActionBarActivity#setSupportActionBar(Toolbar)
75 * <p>Toolbar supports a more focused feature set than ActionBar. From start to end, a toolbar
81 * to access other navigational destinations within the container of the Toolbar and
82 * its signified content or otherwise leave the current context signified by the Toolbar.</li>
85 * <li><em>A title and subtitle.</em> The title should be a signpost for the Toolbar's current
90 * to the Toolbar. They will appear at this position within the layout. If a child view's
93 * within the available space remaining in the Toolbar afte
107 public class Toolbar extends ViewGroup { class in inherits:ViewGroup
187 public Toolbar(Context context) { method in class:Toolbar
191 public Toolbar(Context context, AttributeSet attrs) { method in class:Toolbar
195 public Toolbar(Context context, AttributeSet attrs, int defStyleAttr) { method in class:Toolbar
[all...]

Completed in 151 milliseconds