mirror of
https://github.com/dzeiocom/crashhandler.git
synced 2025-05-07 01:57:52 +00:00
13 lines
527 B
XML
13 lines
527 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.crashhandlertest.ui.MainFragment"
|
|
android:label="@string/first_fragment_label"
|
|
tools:layout="@layout/fragment_main"/>
|
|
</navigation> |