feat: Origin

This commit is contained in:
2023-01-10 12:45:36 +01:00
commit 4d787d9393
91 changed files with 3371 additions and 0 deletions

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<navigation xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/nav_graph"
app:startDestination="@id/MainFragment">
<fragment
android:id="@+id/MainFragment"
android:name="com.dzeio.chartstest.ui.MainFragment"
tools:layout="@layout/fragment_main"/>
</navigation>