summaryrefslogtreecommitdiffstats
path: root/ui/res/layout/download_list_item.xml
Commit message (Collapse)AuthorAgeFilesLines
* Download items should always fit screen.Jeff Sharkey2012-06-051-0/+2
| | | | | Bug: 6614812 Change-Id: I9b5eb051bce1e296478fb1fa6f95b710fa0c819f
* Updated layout for download items.Jeff Sharkey2012-05-041-59/+47
| | | | | | | | Switch to using GridLayout, because it's awesome. Also move status display to right-hand side, showing date when in completed state. Bug: 6378944 Change-Id: I540633010ed4aeeae299cedf7a49fdb81e65b431
* bug:3083060 UI tweaks to DownloadManager screensVasu Nori2010-10-191-4/+12
| | | | Change-Id: I3c7ee819077d344072deee4cfd61f883c64da758
* First pass at new system UI for download manager.Steve Howard2010-09-081-0/+81
This is the initial checkin for a new system UI for the download manager. This UI shows all entries present in the Download Manager database, sorted by either date or size. It allows the user to monitor status, open files, and delete/cancel entries. The code was initially copied from the "Downloads" page of packages/apps/Browser, since the design is based on that UI. Much of the code is changed, although DateSortedExpandableListAdapter is nearly identical. The code is not quite finished, but this is very much a working first pass. Change-Id: I7fe102e9f2998e57d893cc3c0f5f6da1cf2db549