mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-14 10:47:30 +00:00
11 lines
445 B
XML
11 lines
445 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"
|
||
|
android:id="@+id/discover_nav_graph"
|
||
|
app:startDestination="@id/discoverFragment">
|
||
|
|
||
|
<fragment
|
||
|
android:id="@+id/discoverFragment"
|
||
|
android:name="awais.instagrabber.fragments.main.DiscoverFragment"
|
||
|
android:label="DiscoverFragment" />
|
||
|
</navigation>
|