mirror of
https://github.com/dzeiocom/OpenHealth.git
synced 2025-07-01 01:09:17 +00:00
feat(app): Allow to use Pounds instead of Kilogram
This commit is contained in:
13
app/src/main/res/values/units.xml
Normal file
13
app/src/main/res/values/units.xml
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Units stored in `com/dzeio/openhealth/units/Units.kt` with their respective ids -->
|
||||
<resources>
|
||||
<string-array name="mass_units">
|
||||
<item name="kg">kg</item>
|
||||
<item name="lbs">lbs</item>
|
||||
</string-array>
|
||||
<string-array name="volume_units">
|
||||
<item name="ml">ml</item>
|
||||
<item name="us_oz">uoz</item>
|
||||
<item name="im_oz">ioz</item>
|
||||
</string-array>
|
||||
</resources>
|
Reference in New Issue
Block a user