summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/layout-port
Commit message (Collapse)AuthorAgeFilesLines
* Fix 5023708,4689527: Add popups and overlays to recents. Misc bug fixes.Jim Miller2011-07-182-2/+3
| | | | | | | Adds selection overlay to recents to comply with UX design. Adds longpress popup for removal and inspection of items. Change-Id: Ic23c3f135b6ed107cc5156505d8f163daa94c52e
* Fix 4689527: Fix positioning bug with RecentHorizontalScrollView, minor tweaks.Jim Miller2011-07-101-9/+5
| | | | | | | | | | This fixes a bug where RecentsHorizontalScrollView wasn't scrolling to the most recent app. Contains some minor tweaks to the layout so that it doesn't overlap the notification bad as well as starting alpha fades while draging items sooner. Change-Id: I94df309673f316c55b2f44aff60fd3aee746b6de
* Fix 4689527: Update RecentsJim Miller2011-07-061-2/+2
| | | | | | | | | | | | | | | Fixed layout in landscape mode where recents only filled half the screen because "match_parent" in the layout was being ignored. The fix is to have a temporary ViewGroup as the parent to ensure the layout parameters are valid. Changed to solid 70% opaque background on phone. Removed "dismiss" chevron from phone layout. Removes glow on phones. Change-Id: Id5319eeba4fdd8c9ef5792168b35162cc1bbfe38
* Port recent apps from tablet to phoneMichael Jurka2011-06-152-0/+173
- wire up to long press on home - remove unused recents activity - remove duplicate recents resources in -large directories (using -sw600dp instead) - fix issue with zoom/scale translation when recents was brought up Change-Id: I45538ccaff49b46ac3659c4828f9e2b0cd075241