summaryrefslogtreecommitdiffstats
path: root/core/res/res/layout-large
Commit message (Collapse)AuthorAgeFilesLines
* Replace left/right with start/end for Gravity / LayoutParams / PaddingFabrice Di Meglio2012-07-191-4/+4
| | | | | | - see bug #5429822 UI should be mirrored for RTL locales (Arabic, Hebrew, farsi) Change-Id: Id9af5375fb9b0edeae5232c77e52ecd497bd2e67
* Fix text coloring for action mode "close" optionAdam Powell2012-05-141-0/+1
| | | | | | Bug 6492714 Change-Id: I1e6d3a8c310b791b9e226de0d2984a430250475d
* Fix bug 5078498 - Icons jump around on split action barAdam Powell2011-08-121-3/+5
| | | | | | | | | Revise measurement and layout code for the lower menu on a split action bar. Fix some metrics in the action mode close button and in button bars. Change-Id: I76215e28ae3b0199162dedd32794b25c9e38a346
* Fix bug 5075761 - Visual assets: CAB statesAdam Powell2011-08-111-5/+5
| | | | | | Integrate new assets for the contextual action bar (action modes). Change-Id: I8439196f8b7466ce862e1c21a34b7ae1abf88f36
* Fix bug 4771354 - Phone landscape action bar subtitle slightly cut offAdam Powell2011-06-231-39/+0
| | | | | | | | | | on the bottom Let action bar title sizes adapt for restricted space in landscape. Fix home spacing for tablets to eliminate redundant layout. Change-Id: If38a43d87ca1aebf96b5d7adfdb1cf36c41ec07e
* am 59a3319f: am 67cd389d: am 2c7906eb: Merge "Fix 4462474: Use new sw600dp ↵Jim Miller2011-05-2313-1563/+0
|\ | | | | | | | | | | | | resource target for LockScreen & SystemUI" into honeycomb-mr2 * commit '59a3319ffce100d671145b5bfee7450038b250bf': Fix 4462474: Use new sw600dp resource target for LockScreen & SystemUI
| * Fix 4462474: Use new sw600dp resource target for LockScreen & SystemUIJim Miller2011-05-2013-1563/+0
| | | | | | | | Change-Id: I79d4fe54c00ecb4c4a1ad614b94bb284b9ece5cc
* | am 940138de: am 0a734b18: am 14e45f9b: Merge "Fix 4462497: Move layouts from ↵Jim Miller2011-05-2113-0/+1563
|\ \ | |/ | | | | | | | | | | xlarge to large to enable 7" tablets" into honeycomb-mr2 * commit '940138de9eae9be9ef60307af9e5f7a1168af533': Fix 4462497: Move layouts from xlarge to large to enable 7" tablets
| * Fix 4462497: Move layouts from xlarge to large to enable 7" tabletsJim Miller2011-05-1913-0/+1563
| | | | | | | | | This fixes LockScreen on 7" tablets by moving the resources to xlarge. In addition, it has some minor layout tweaks to center pattern and wave unlock widgets on both so we can share the layout resources. Change-Id: Ibeee9320c9effcae6cf55c9ca417854f468c8edb
* Action bar work for phonesAdam Powell2011-04-212-0/+77
Tweak sizing and layouts for action bar on smaller devices. The action bar's size is now partially dependent on form factor and orientation to conserve screen space, especially in landscape mode. Alter the max action menu items for smaller devices. Disallow text on action menu items with a horizontal width of less than 480dp when an icon is available. Remove the "Done" text on the action mode close button. (TODO: get a properly sized 9-patch resource for this - the current one has an intrinsic width that is too large.) When setting an action bar icon as a resource ID, the bar will attempt to load a mipmapped resource that is the closest available for the target size. Change-Id: I2498c640666ade310fdd1d3a2078bd4000b392a2