]> git.saurik.com Git - android/aapt.git/commit - ResourceTable.cpp
DO NOT MERGE. Integrate add new screen width/height in "dp" configs.
authorDianne Hackborn <hackbod@google.com>
Fri, 13 May 2011 01:07:47 +0000 (18:07 -0700)
committerDianne Hackborn <hackbod@google.com>
Fri, 13 May 2011 01:39:51 +0000 (18:39 -0700)
commit4ee37df20d54e7811d7d1b5cd3657f01cc970b88
tree9ab88cffc8dd31e246f8d6c958b5ca91110b6f59
parentd22c3a5df218c5ddfbc252faddde4e97666b2895
DO NOT MERGE.  Integrate add new screen width/height in "dp" configs.

You can now specify resource configuration variants "wNNNdp"
and "hNNNdp".  These are the minimum screen width/height in "dp"
units.  This allows you to do things like have your app adjust
its layout based only on the about of horizontal space available.

This introduces a new configuration change flag for screen size.
Note that this configuration change happens each time the orientation
changes.  Applications often say they handle the orientation change
to avoid being restarted at a screen rotation, and this will now
cause them to be restarted.  To address this, we assume the app can
handle this new config change if its target SDK version is < ICS.

Change-Id: I4acb73d82677b74092c1da9e4046a4951921f9f4
AaptAssets.cpp
AaptAssets.h
ResourceTable.cpp