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

feat: Too much things to say.

This commit is contained in:
2023-01-29 19:10:46 +01:00
parent 357024770a
commit 2628bc1403
36 changed files with 550 additions and 678 deletions

View File

@ -134,9 +134,23 @@
tools:layout="@layout/fragment_activity" />
<fragment
android:id="@+id/nav_steps_home"
android:label="{title}"
android:name="com.dzeio.openhealth.ui.steps.StepsHomeFragment"
android:label="@string/menu_steps"
tools:layout="@layout/fragment_steps_home" />
tools:layout="@layout/fragment_steps_home" >
<argument
android:name="day"
app:argType="long"
android:defaultValue="-1L"
/>
<argument
android:name="title"
app:argType="string"
android:defaultValue="Steps"
/>
<action
android:id="@+id/action_nav_steps_home_self"
app:destination="@id/nav_steps_home" />
</fragment>
<dialog
android:id="@+id/nav_weight_dialog"