mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-12 17:57:29 +00:00
17 lines
725 B
XML
17 lines
725 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/notification_viewer_nav_graph"
|
|
app:startDestination="@id/notificationsViewer">
|
|
|
|
<fragment
|
|
android:id="@+id/notificationsViewer"
|
|
android:name="awais.instagrabber.fragments.NotificationsViewerFragment"
|
|
android:label="@string/title_notifications"
|
|
tools:layout="@layout/fragment_notifications_viewer" />
|
|
|
|
<action
|
|
android:id="@+id/action_global_notificationsViewerFragment"
|
|
app:destination="@id/notificationsViewer" />
|
|
</navigation> |