我有一个名为names.xml的xml文件,其中包含以下内容
<names type="xyz" order_groups="true">
<group landscape_position="left">
<box type="abc"/>
</group>
<group landscape_position="right" order_alphabetical="true">
<box type="cc"/>
<box type="bb"/>
<box type="aa"/>
<box type="ee"/>
</group>
</names>
我想在我的代码中访问这些值。谁能说我在哪里可以在我的项目中包含这些代码?即,它是资产,资产或任何其他文件夹。我如何访问我的代码中的xml文件中存在的值。请帮帮我...提前致谢