summaryrefslogtreecommitdiffstats
path: root/res/values-w960dp-h527dp/dimens.xml
Commit message (Collapse)AuthorAgeFilesLines
* Fix eventinfo dialog size on rotationMichael Chan2012-05-171-0/+4
| | | | | Bug: 6479258 Nakasi: Awkward size for the event pop-up on Nakasi portrait Change-Id: I9077cafe0cd37c0d6f5cea81470362e36acb5327
* Fix layout in edit event for tabletIsaac Katzenelson2012-04-301-0/+1
| | | | | Bug: 6400152 "Add reminder" section of "New Event" composer needs spacing cleanup Change-Id: I459ef18e54119373a5dfdd1f800a666b8412d5ad
* Lower dip-barries for using tablet layouts.Andrew Flynn2012-04-231-0/+41
7" tablets now default to haveing a split status bar, so lower the values needed to trigger tablet layout. port - 912dp (~5.7 in.) now is 879dp (~5.5 in.) land - 552dp (~3.5 in.) now is 527dp (~3.3 in.) Calculations were made using the following: Orientation: Total height - nav bar height - status bar height Portrait : 960 - 56 - 25 = 879 Landscape : 600 - 48 - 25 = 527 Bug: 6382404 Change-Id: Ib2dfa6c9d57a953e614af3a9a22fcdff64fe886f