summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/drawable/ic_clear_all.xml
Commit message (Collapse)AuthorAgeFilesLines
* Dismiss all layout updates.Jorim Jaggi2014-08-051-25/+0
| | | | | Bug: 14826666 Change-Id: I19773d0afaf34f92d987a5292de861b5963a7d8a
* API REVIEW: VectorDrawableztenghui2014-07-251-7/+4
| | | | | | | | | | | | | | | | | | | | - Merge <size> and <viewport> attributes all in to top-level <vector> tag - Indent attributes under <group> in java doc. - Updata android:stroke to be android:strokeColor, likewise android:fill - Instead of android:clipToPath, make this a different clip-path tag. - Document units of the various attributes - Add example code for defining a VectorDrawable resource More than that: = Refactor the code to better support clipPath as a sub-class. = Update all the xml files to use the new attributes and clip-path tag. TODO: -- Remove clipToPath, since that should happen on build break Friday. bug:16488254 Change-Id: I6db5680ef83cb26c8f064a60fc7d6e7142974b0f
* Reintroduced the clear all buttonDan Sandler2014-07-251-0/+28
A new text button is added to the bottom of the notification list enabling the user to clear all notifications. Bug: 14826666 Change-Id: I34dcccb59346798cca321bc1a19252b00e7c5689