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-10 16:43:11 +01:00
parent a164e23b2d
commit 57beb426fb
29 changed files with 875 additions and 121 deletions

View File

@ -18,8 +18,8 @@
tools:layout="@layout/fragment_gallery" />
<fragment
android:id="@+id/nav_slideshow"
android:name="com.dzeio.openhealth.ui.slideshow.SlideshowFragment"
android:label="@string/menu_slideshow"
tools:layout="@layout/fragment_slideshow" />
android:id="@+id/nav_import"
android:name="com.dzeio.openhealth.ui.import.ImportFragment"
android:label="@string/menu_import"
tools:layout="@layout/fragment_import" />
</navigation>