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

feat: Add Steps counter to app

This commit is contained in:
2022-07-18 18:26:50 +02:00
parent 82d6b04db2
commit c4c6e45687
33 changed files with 815 additions and 270 deletions

View File

@ -168,6 +168,9 @@
<action
android:id="@+id/action_nav_browse_to_nav_list_weight"
app:destination="@id/nav_list_weight" />
<action
android:id="@+id/action_nav_browse_to_stepsHomeFragment"
app:destination="@id/stepsHomeFragment" />
</fragment>
@ -176,4 +179,9 @@
android:name="com.dzeio.openhealth.ui.activity.ActivityFragment"
android:label="@string/menu_activity"
tools:layout="@layout/fragment_activity" />
<fragment
android:id="@+id/stepsHomeFragment"
android:name="com.dzeio.openhealth.ui.steps.StepsHomeFragment"
android:label="@string/menu_steps"
tools:layout="@layout/fragment_steps_home" />
</navigation>