summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/Toolbar.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove ActionBar.LayoutParams MarginLayoutParams constructorAdam Powell2014-07-011-0/+7
* Set the default content description for Toolbars acting as action barsAdam Powell2014-06-241-0/+11
* Add Toolbar methods to set title text colorsAdam Powell2014-06-231-2/+39
* Enable collapsing empty Toolbar-based ActionBars above tabsAdam Powell2014-06-111-1/+31
* Implement action bar tab mode for Toolbar-based decor action barsAdam Powell2014-06-031-1/+2
* Further implementation for ToolbarActionBarAdam Powell2014-06-011-2/+15
* Collapse contentInsets and View margins in ToolbarsAdam Powell2014-05-301-44/+107
* Fix action bar title TextAppearance usage for Toolbar decorAdam Powell2014-05-301-0/+22
* Fix for setting Toolbar content descriptionsAdam Powell2014-05-291-1/+1
* Toolbar factoring and ActionBar functionality integrationAdam Powell2014-05-281-64/+468
* Add content insets to ToolbarAdam Powell2014-05-151-4/+156
* Fix layout positioning for ToolbarAdam Powell2014-05-141-9/+11
* android.widget.ToolbarAdam Powell2014-04-041-0/+1048