summaryrefslogtreecommitdiffstats
path: root/res/layout
Commit message (Collapse)AuthorAgeFilesLines
* Move to Notification.Builder progress API.Jeff Sharkey2011-08-091-114/+0
| | | | | | | | Instead of using custom layout to surface progress information, use new Builder API. Also use resources to build percent string. Bug: 4022082 Change-Id: I556a666771e9103ce5d7ddb60faa879b8777b284
* bug:3360751 adjust active download notification to align it correctlyVasu Nori2011-01-161-2/+3
| | | | Change-Id: I32931104b5e8fd99ab94d868e80e8b60f033195c
* If these views are clickable, the parent view doesn't get the events and you ↵Joe Onorato2011-01-121-3/+0
| | | | | | | can't click on the notification. Bug: 3173077 Change-Id: Iaa70a07c701160733d7f7283b5e4952dd3b064f7
* Use new status bar text styles in download notification.Steve Howard2010-09-121-22/+18
| | | | | | | This avoids the black text on black background problem with new themes. Change-Id: I3e05a2a4035dc5837dad67d889f92864c619c6b5
* Add UI message when queued for wifi due to size.Steve Howard2010-08-201-1/+12
| | | | | | | | | | | | | | | | As it stands, when a download is paused because it's too big to proceed over mobile, and must proceed over wifi, it looks like any other paused download, with no indication of why it's paused. That may be passable for most other reasons for pausing a download, but it seems too confusing for this case. So this change adds a simple string message that replaces the progress bar when a download is paused for this reason (the icon also changes to a warning). The implementation isn't beautiful and could use some improvement, but I think it's acceptable and necessary. The exact UI design and wording are certainly open to change. Change-Id: I753d57f463e2614b5694bdc178d2a51066da8ca3
* Change AnimatedImageViews to ImageViews.Steve Howard2010-07-011-2/+2
| | | | | | | The AnimatedImageView class was private and should not have been used. When it was removed, the decision was made to change these to unanimated images. The first frame will show, which should be good enough, and it'll safe a bit of CPU.
* Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-081-10/+10
| | | | Bug: #2361749.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+109
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-109/+0
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-3/+3
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+109