このような単純な定義済みリソース ファイル
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="hello_world">Hello World!<string>
</resources>
でアクセスできます
@string/hello_world
でもこんな子はどうなんだろう
<?xml version="1.0" encoding="utf-8"?>
<resources>
<item name="the_item">
<state name="state_1">
<coordinates x="320" y="413" z="1000" />
</state>
<state name="state_2">
...
<item>
</resources>
画面に x 値を書き込むにはどうすればよいですか? これを、パーサーを使用した通常の XML ではなく、リソース ファイルで定義したいと考えています。に近い答えを探している
@item/the_item/state_1/x