1
0
mirror of https://github.com/dzeiocom/OpenHealth.git synced 2025-06-22 04:59:18 +00:00

feat(app): Allow to use Pounds instead of Kilogram

This commit is contained in:
2022-08-25 01:00:22 +02:00
parent 6f51d1bc55
commit 7b6eb75db8
27 changed files with 305 additions and 267 deletions

View File

@ -24,6 +24,9 @@
<action
android:id="@+id/action_nav_home_to_nav_add_weight_dialog"
app:destination="@id/nav_add_weight_dialog" />
<action
android:id="@+id/action_nav_home_to_nav_weight_dialog"
app:destination="@id/nav_weight_dialog" />
</fragment>
<fragment