]> git.saurik.com Git - android/aapt.git/commit
Expand support for different screen sizes.
authorDianne Hackborn <hackbod@google.com>
Fri, 26 Jun 2009 02:48:04 +0000 (19:48 -0700)
committerDianne Hackborn <hackbod@google.com>
Fri, 26 Jun 2009 20:37:05 +0000 (13:37 -0700)
commit7ea6703ca4fea93204d7f2d60e606f6ba6ce1320
tree492ae1ce080816b5ad8ba844b83a5615caaecf2e
parent7751daa45f481be212db5c8920b9614bfc1002b5
Expand support for different screen sizes.

Applications can now declare that they support small, normal, or
large screens.  Resource selection can also be done based on these
sizes.  By default, pre-Donut apps are false for small and large,
and Donut or later apps are assumed to support all sizes.  In either
case they can use <supports-screens> in their manifest to declare
what they actually support.
AaptAssets.cpp
AaptAssets.h
Command.cpp