]> git.saurik.com Git - android/aapt.git/commit
Add new resource configurations for screen width/height in "dp".
authorDianne Hackborn <hackbod@google.com>
Wed, 30 Mar 2011 23:20:26 +0000 (16:20 -0700)
committerDianne Hackborn <hackbod@google.com>
Wed, 6 Apr 2011 18:00:37 +0000 (11:00 -0700)
commita330e7e3aa5e0a1ee03b048106d272e5d544bbe0
tree9ab88cffc8dd31e246f8d6c958b5ca91110b6f59
parent54a6bb872d4c503ec83c92f93f92c8d406f91ff3
Add new resource configurations for screen width/height in "dp".

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: I22f8afa136b4f274423978c570fa7c9855040496
AaptAssets.cpp
AaptAssets.h
ResourceTable.cpp