Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Resolve resource values on Android XML parser #131

@andreban

Description

@andreban

The XML parser resolves values that are inlined in the encoded XML. Values that are reference to resources use the format @res/RESOURCE_ID.

We need to parse the resource files the XML depends on and replace the @res/RESOURCE_ID with the correct value.

Example on how the result of a parsing looks today:

  <application
      theme='@res/0x7F0A00CC'
      label='@res/0x7F07006A'
      icon='@res/0x7F030003'
      name='com.example.com'
      allowBackup='true'
      supportsRtl='true'>

@borisf

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions