Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add namespace handling in attribute values | Adam Lesinski | 2015-05-04 | 1 | -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 Lesinski | 2015-04-15 | 1 | -6/+8 |
| | | | | Change-Id: I420bd0212fc7541668bd095b88295564d3d11f6c | ||||
* | AAPT2: Add library support | Adam Lesinski | 2015-04-15 | 1 | -1/+1 |
| | | | | Change-Id: I307f56d9631784ab29ee4156d94886f9b2f25b30 | ||||
* | Add PNG and 9-patch support | Adam Lesinski | 2015-04-09 | 1 | -0/+109 |
Change-Id: I9ecdfdf82b82d59084490da518e167e256afd5f2 |