mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-16 19:26:12 -04:00
15 lines
501 B
XML
15 lines
501 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/main"
|
|
app:startDestination="@id/overviewFragment">
|
|
|
|
<fragment
|
|
android:id="@+id/overviewFragment"
|
|
android:name="eu.darken.capod.main.ui.overview.OverviewFragment"
|
|
tools:layout="@layout/main_fragment">
|
|
|
|
</fragment>
|
|
|
|
</navigation> |