]> git.saurik.com Git - android/aapt.git/commit
Add screen layout size as one of the resource filtering axes.
authorYing Wang <wangying@google.com>
Mon, 14 Mar 2011 22:53:23 +0000 (15:53 -0700)
committerYing Wang <wangying@google.com>
Mon, 14 Mar 2011 22:53:23 +0000 (15:53 -0700)
commit54a6bb872d4c503ec83c92f93f92c8d406f91ff3
tree0c1ec9d0bc911bfff172df953fd7e821e7dbbf7e
parentd22c3a5df218c5ddfbc252faddde4e97666b2895
Add screen layout size as one of the resource filtering axes.

So that we can add screen layout size such as
"small/normal/large/xlarge" to PRODUCT_LOCALES to filter unwanted
resources. We already handle screen density this way.
Bug: 4086309

Change-Id: I0867e22a825faea0e100d8a0075f0f5cb7c0c964
ResourceTable.cpp