mirror of
https://github.com/dzeiocom/charts.git
synced 2025-06-17 13:29:19 +00:00
feat: Origin
This commit is contained in:
12
sample/src/main/res/navigation/nav_graph.xml
Normal file
12
sample/src/main/res/navigation/nav_graph.xml
Normal 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>
|
Reference in New Issue
Block a user