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:
@ -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"
|
||||
|
Reference in New Issue
Block a user