1
0
mirror of https://github.com/dzeiocom/OpenHealth.git synced 2025-07-01 09:09:18 +00:00

feat: add back extensions

This commit is contained in:
2023-02-23 17:35:45 +01:00
parent fd645f7e67
commit c59481546f
15 changed files with 1301 additions and 0 deletions

View File

@ -212,4 +212,16 @@
tools:layout="@layout/dialog_search"
android:name="com.dzeio.openhealth.ui.weight.ScanScalesDialog"
android:label="ScanScalesDialog" />
<fragment
android:id="@+id/extensionsFragment"
android:name="com.dzeio.openhealth.ui.extensions.ExtensionsFragment"
android:label="ExtensionsFragment" >
<action
android:id="@+id/action_extensionsFragment_to_extensionFragment"
app:destination="@id/extensionFragment" />
</fragment>
<fragment
android:id="@+id/extensionFragment"
android:name="com.dzeio.openhealth.ui.extension.ExtensionFragment"
android:label="ExtensionFragment" />
</navigation>