1
0
mirror of https://github.com/dzeiocom/OpenHealth.git synced 2025-06-22 04:59:18 +00:00
This commit is contained in:
2021-12-23 16:47:30 +01:00
parent 8c33478e17
commit e5615c9463
23 changed files with 374 additions and 185 deletions

View File

@ -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>