9 lines
247 B
XML
9 lines
247 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string-array name="AmountLabels">
|
|
<item>@string/amount_low</item>
|
|
<item>@string/amount_normal</item>
|
|
<item>@string/amount_high</item>
|
|
</string-array>
|
|
</resources>
|