mirror of
https://github.com/dzeiocom/charts.git
synced 2025-06-15 20:39:19 +00:00
12 lines
468 B
XML
12 lines
468 B
XML
<?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> |