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

Stated Adding Water Intake

This commit is contained in:
2021-12-22 01:44:34 +01:00
parent e1f11e1ae2
commit 077397749c
33 changed files with 1109 additions and 694 deletions

View File

@ -7,7 +7,7 @@
<fragment
android:id="@+id/nav_home"
android:name="com.dzeio.openhealth.ui.main.home.HomeFragment"
android:name="com.dzeio.openhealth.ui.home.HomeFragment"
android:label="@string/menu_home"
tools:layout="@layout/fragment_home" >
<action
@ -28,13 +28,13 @@
<fragment
android:id="@+id/nav_import"
android:name="com.dzeio.openhealth.ui.main.imports.ImportFragment"
android:name="com.dzeio.openhealth.ui.imports.ImportFragment"
android:label="@string/menu_import"
tools:layout="@layout/fragment_import" />
<fragment
android:id="@+id/nav_list_weight"
android:name="com.dzeio.openhealth.ui.main.list_weight.ListWeightFragment"
android:name="com.dzeio.openhealth.ui.weight.ListWeightFragment"
android:label="@string/menu_list_weight"
tools:layout="@layout/fragment_list_weight" >
<action
@ -48,7 +48,7 @@
<fragment
android:id="@+id/nav_edit_weight"
android:name="com.dzeio.openhealth.ui.dialogs.EditWeightDialog"
android:name="com.dzeio.openhealth.ui.weight.EditWeightDialog"
android:label="@string/menu_edit_weight"
tools:layout="@layout/dialog_edit_weight">