summaryrefslogtreecommitdiffstats
path: root/tools/aapt2/Flag.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add namespace handling in attribute valuesAdam Lesinski2015-05-041-1/+1
| | | | | | | | | | | | | | | | | | Previously, you could only reference namespace prefixes in attribute names: <View xmlns:appcompat="http://schemas.android.com/apk/res/android.support.v7.appcompat" appcompat:name="hey" ... Now you can also reference them in resource names within an attribute value: ... android:text="@appcompat:string/confirm" ... Which will be treated as "@android.support.v7.appcompat:string/confirm". Change-Id: Ib076e867a990c80cf877a704eb77cd1ef0b23b52
* Fix up the command line, add flags.Adam Lesinski2015-04-151-6/+8
| | | | Change-Id: I420bd0212fc7541668bd095b88295564d3d11f6c
* AAPT2: Add library supportAdam Lesinski2015-04-151-1/+1
| | | | Change-Id: I307f56d9631784ab29ee4156d94886f9b2f25b30
* Add PNG and 9-patch supportAdam Lesinski2015-04-091-0/+109
Change-Id: I9ecdfdf82b82d59084490da518e167e256afd5f2