mirror of
https://github.com/dzeiocom/OpenHealth.git
synced 2025-06-22 04:59:18 +00:00
Updated
This commit is contained in:
@ -24,6 +24,9 @@
|
||||
app:exitAnim="@android:anim/slide_out_right"
|
||||
app:popEnterAnim="@android:anim/slide_in_left"
|
||||
app:popExitAnim="@android:anim/slide_out_right" />
|
||||
<action
|
||||
android:id="@+id/action_nav_home_to_nav_water_home"
|
||||
app:destination="@id/nav_water_home" />
|
||||
</fragment>
|
||||
|
||||
<fragment
|
||||
@ -57,4 +60,12 @@
|
||||
app:argType="long" />
|
||||
|
||||
</fragment>
|
||||
|
||||
<fragment
|
||||
android:id="@+id/nav_water_home"
|
||||
android:name="com.dzeio.openhealth.ui.water.WaterHomeFragment"
|
||||
android:label="@string/nav_water_home"
|
||||
tools:layout="@layout/fragment_water_home">
|
||||
|
||||
</fragment>
|
||||
</navigation>
|
Reference in New Issue
Block a user