commit | 7ff3ee19f4b831a526baf4b928d1ac172d070d82 | [log] [tgz] |
---|---|---|
author | Adam Lesinski <adamlesinski@google.com> | Mon Dec 14 16:08:50 2015 -0800 |
committer | Adam Lesinski <adamlesinski@google.com> | Thu Dec 17 11:01:55 2015 -0800 |
tree | 6b80cd676d4d9d3e98f4382090011834be106228 | |
parent | 36a832dd128c18628783cc629b89b2ae399db4f8 [diff] |
AAPT2: Respect format attribute of <item> tag An <item> is a general tag that can override certain behavior. For instance, this is allowed: <item name="foo" type="integer" format="float">0.4</item> Even though without the format attribute, this would be illegal. Change-Id: I8133ce59e14719a70d7476a1464c3f564c435289