summaryrefslogtreecommitdiff
path: root/core/java/android/widget/Toolbar.java
Commit message (Expand)AuthorAgeFilesLines
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-061-1/+1
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* Update core widgets to save attribute source info.Aurimas Liutikas2019-02-071-0/+2
* @InspectableProperty coverage for android.widgetAshley Rose2019-02-041-0/+20
* Move some members to the "Q blacklist".Mathew Inwood2018-09-141-1/+2
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-211-0/+7
* Add setter and getter for Toolbar's collapse icon.Daniel Santiago Rivera2018-05-021-0/+92
* Allow cluster navigation to jump into touchscreenBlocksFocusEvan Rosky2017-03-201-0/+3
* Converting action bars to clusters.Vadim Tryshev2017-01-111-0/+18
* Make Toolbar ignore its minHeight if larger than heightChris Banes2016-06-281-1/+2
* Fix NPE in Toolbar - framework editionChris Banes2016-06-211-6/+15
* Add a hidden test-only API to get Toolbar's navigation view.Kirill Grouchnikov2016-04-041-0/+10
* Add contentInsetStartWithNavigation/EndWithActionsAdam Powell2016-03-291-12/+179
* Apply menu callbacks to existing Toolbar menu viewAlan Viverette2016-01-131-0/+3
* Avoid NPE when ActionMenuPresenter is intialized with null MenuBuilderAlan Viverette2016-01-041-1/+1
* Revert "Add support for partial view layouts"Chet Haase2015-12-081-5/+0
* Add support for partial view layoutsAdam Powell2015-11-191-0/+5
* Add accessor methods for Toolbar title marginsAlan Viverette2015-09-151-1/+137
* Merge "Add matching xml attributes for existing Toolbar properties" into mnc-devAdam Powell2015-06-171-0/+18
|\
| * Add matching xml attributes for existing Toolbar propertiesAdam Powell2015-06-161-0/+18
* | Fully remove Toolbar children when action views expandAdam Powell2015-06-151-29/+45
|/
* API council review feedback for ActionMenuViewChris Banes2015-06-101-145/+18
* Replace usages of deprecated version of TextView.setTextAppearance()Alan Viverette2015-05-081-4/+4
* Add resource type annotations to some APIsTor Norbye2015-03-131-10/+14
* Annotate ARGB integer parameters with @ColorIntTor Norbye2015-03-051-2/+3
* MenuItem, navigation and overflow icon tintingChris Banes2015-02-271-1/+149
* Accessibility: Ignore overlapping siblings when computing a click locationSvetoslav2015-01-231-12/+0
* Accessibilty: Cannot click on views in a scrollable container covered by the ...Svetoslav2015-01-221-0/+13
* am cd5f3bab: Merge "Use the right layout for inflating Action Bar." into lmp-...Deepanshu Gupta2014-11-041-0/+11
|\
| * Use the right layout for inflating Action Bar.Deepanshu Gupta2014-10-301-0/+11
* | Add content description to Toolbar collapse buttonAlan Viverette2014-10-281-0/+3
* | Document Toolbar's vertical alignment strategyAlan Viverette2014-10-131-3/+6
|/
* Make Toolbars eat touch eventsAdam Powell2014-09-121-0/+29
* Vertically align toolbar child views with similar gravitiesAlan Viverette2014-09-111-25/+51
* Menu callbacks for ToolbarActionBars, part 2Adam Powell2014-09-041-3/+5
* Dispatch more menu events to window callbacks from ToolbarActionBarAdam Powell2014-09-041-0/+11
* Automatically supply a content description for ToolbarActionBar navAdam Powell2014-09-021-5/+6
* Doc improvements for new Toolbar changes, now with attributes.Adam Powell2014-08-281-0/+12
* Don't add title margins during to Toolbar layout if titles don't fitAdam Powell2014-08-281-4/+10
* Add xml attributes to Toolbar for navigation iconAdam Powell2014-08-281-0/+10
* Add state save/restore for ToolbarAdam Powell2014-08-251-0/+54
* Remove duplicate Toolbar method for setting content descriptionAlan Viverette2014-07-251-55/+36
* Update spinner asset, fix default popup context and elevationAlan Viverette2014-07-231-0/+2
* Add popupTheme attr, propagate from ActionBar to ToolBarAlan Viverette2014-07-221-3/+2
* Don't apply the ActionBar style to a Toolbar as a result of setActionBarAdam Powell2014-07-191-1/+1
* Measure Toolbar titles lastAdam Powell2014-07-191-15/+15
* Fix Toolbar title layout in RTL modeAdam Powell2014-07-191-1/+1
* Adapt ActionBar.LayoutParams to Toolbar.LayoutParams on demandAdam Powell2014-07-191-0/+18
* API for inflating action bar menus against a different themeAlan Viverette2014-07-101-11/+45
* Fix a copy/paste bug in Toolbar.Adam Powell2014-07-011-1/+1