]> git.saurik.com Git - android/aapt.git/commit
Add new landscape and portrait orientation features.
authorDianne Hackborn <hackbod@google.com>
Tue, 14 Jun 2011 02:33:22 +0000 (19:33 -0700)
committerDianne Hackborn <hackbod@google.com>
Tue, 14 Jun 2011 18:23:52 +0000 (11:23 -0700)
commit0409f31b5d48bbf46dcf5fe9b1a6f07104135b3c
treefb5f5b1d08e74509d07acb1d4bce00809196460b
parentafc833f3e2998180556875ae806f4b8a6f86c5dd
Add new landscape and portrait orientation features.

Updates aapt to know about these.  Also updates aapt badging to:

- No longer crash due to the change to how we match unspecified
configuration resources.
- Report the new "smallest screen" supported screen configs.
- Infer old screen size buckets based on new smallest width attrs.
- Report all of the different labels and icons in an app.

Change-Id: I7376042b817391bd070f549cebbc7f03be4635c8
Command.cpp