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

/frameworks/base/core/java/android/widget/
H A DToolbar.java62 * <p>A Toolbar is a generalization of {@link android.app.ActionBar action bars} for use
65 * a Toolbar may be placed at any arbitrary level of nesting within a view hierarchy.
66 * An application may choose to designate a Toolbar as the action bar for an Activity
67 * using the {@link android.app.Activity#setActionBar(Toolbar) setActionBar()} method.</p>
69 * <p>Toolbar supports a more focused feature set than ActionBar. From start to end, a toolbar
75 * to access other navigational destinations within the container of the Toolbar and
76 * its signified content or otherwise leave the current context signified by the Toolbar.
77 * The navigation button is vertically aligned within the Toolbar's
81 * <li><em>A title and subtitle.</em> The title should be a signpost for the Toolbar's current
86 * to the Toolbar
132 public class Toolbar extends ViewGroup { class in inherits:ViewGroup
214 public Toolbar(Context context) { method in class:Toolbar
218 public Toolbar(Context context, AttributeSet attrs) { method in class:Toolbar
222 public Toolbar(Context context, AttributeSet attrs, int defStyleAttr) { method in class:Toolbar
226 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
222 public Toolbar(Context context) { method in class:Toolbar
226 public Toolbar(Context context, @Nullable AttributeSet attrs) { method in class:Toolbar
230 public Toolbar(Context context, @Nullable AttributeSet attrs, int defStyleAttr) { method in class:Toolbar
[all...]

Completed in 3293 milliseconds