Files
luna-tracker/app/src/main/res/values/arrays.xml
2025-09-26 08:43:28 +02:00

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>