【发布时间】:2017-05-23 11:31:49
【问题描述】:
我之前的帖子:
How to dynamically customize the crop of aviary in Android?
我找到了一些代码来自定义覆盖 values.xml 上的 aviary 作物
<resources>
<string-array name="aviary_crop_labels">
<item>"Crop"</item>
</string-array>
<string-array name="aviary_crop_values">
<item>1:1</item>
</string-array>
<integer name="aviary_crop_selected_index">0</integer>
</resources>
如何动态更改这些值?
【问题讨论】: