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

/frameworks/base/core/java/android/widget/
H A DToolbar.java61 * <p>A Toolbar is a generalization of {@link android.app.ActionBar action bars} for use
64 * a Toolbar may be placed at any arbitrary level of nesting within a view hierarchy.
65 * An application may choose to designate a Toolbar as the action bar for an Activity
66 * using the {@link android.app.Activity#setActionBar(Toolbar) setActionBar()} method.</p>
68 * <p>Toolbar supports a more focused feature set than ActionBar. From start to end, a toolbar
74 * to access other navigational destinations within the container of the Toolbar and
75 * its signified content or otherwise leave the current context signified by the Toolbar.
76 * The navigation button is vertically aligned within the Toolbar's
80 * <li><em>A title and subtitle.</em> The title should be a signpost for the Toolbar's current
85 * to the Toolbar
131 public class Toolbar extends ViewGroup { class in inherits:ViewGroup
213 public Toolbar(Context context) { method in class:Toolbar
217 public Toolbar(Context context, AttributeSet attrs) { method in class:Toolbar
221 public Toolbar(Context context, AttributeSet attrs, int defStyleAttr) { method in class:Toolbar
225 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.java69 * <p>A Toolbar is a generalization of {@link ActionBar action bars} for use
72 * a Toolbar may be placed at any arbitrary level of nesting within a view hierarchy.
73 * An application may choose to designate a Toolbar as the action bar for an Activity
74 * using the {@link android.support.v7.app.AppCompatActivity#setSupportActionBar(Toolbar)
77 * <p>Toolbar supports a more focused feature set than ActionBar. From start to end, a toolbar
83 * to access other navigational destinations within the container of the Toolbar and
84 * its signified content or otherwise leave the current context signified by the Toolbar.
85 * The navigation button is vertically aligned within the Toolbar's minimum height,
89 * <li><em>A title and subtitle.</em> The title should be a signpost for the Toolbar's current
94 * to the Toolbar
140 public class Toolbar extends ViewGroup { class in inherits:ViewGroup
224 public Toolbar(Context context) { method in class:Toolbar
228 public Toolbar(Context context, @Nullable AttributeSet attrs) { method in class:Toolbar
232 public Toolbar(Context context, @Nullable AttributeSet attrs, int defStyleAttr) { method in class:Toolbar
[all...]

Completed in 107 milliseconds