mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-12 17:57:29 +00:00
12 lines
538 B
XML
12 lines
538 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/profile_nav_graph"
|
||
|
app:startDestination="@id/profileFragment">
|
||
|
<fragment
|
||
|
android:id="@+id/profileFragment"
|
||
|
android:name="awais.instagrabber.fragments.main.ProfileFragment"
|
||
|
android:label="@string/profile"
|
||
|
tools:layout="@layout/fragment_profile" />
|
||
|
</navigation>
|