Col-E/binary-resources
View on GitHubImplement XML decoding for DYNAMIC_ATTRIBUTE resource type
Open
#3 opened on Sep 2, 2023
enhancementhelp wanted
Repository metrics
- Stars
- (9 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
There is no reference implementation and I've not seen a dynamic attribute being used in a real-world app, so I'm not sure what its supposed to look like. Thus, the decoding for these resource types is not yet implemented and is stubbed out with the default @res/<id>
Relevant code: https://github.com/Col-E/binary-resources/blob/master/src/main/java/software/coley/android/xml/XmlDecoder.java#L268