Austin Huang
3 years ago
No known key found for this signature in database
GPG Key ID: 84C23AA04587A91F
1 changed files with
16 additions and
0 deletions
-
app/src/main/res/navigation/favorites_nav_graph.xml
|
|
@ -41,6 +41,18 @@ |
|
|
|
android:id="@+id/action_global_search" |
|
|
|
app:destination="@id/searchFragment" /> |
|
|
|
|
|
|
|
<action |
|
|
|
android:id="@+id/action_global_post_view" |
|
|
|
app:destination="@id/postViewFragment"> |
|
|
|
<argument |
|
|
|
android:name="media" |
|
|
|
app:argType="awais.instagrabber.repositories.responses.Media" |
|
|
|
app:nullable="false" /> |
|
|
|
<argument |
|
|
|
android:name="position" |
|
|
|
app:argType="integer" /> |
|
|
|
</action> |
|
|
|
|
|
|
|
<fragment |
|
|
|
android:id="@+id/favoritesFragment" |
|
|
|
android:name="awais.instagrabber.fragments.FavoritesFragment" |
|
|
@ -51,4 +63,8 @@ |
|
|
|
android:name="awais.instagrabber.fragments.search.SearchFragment" |
|
|
|
android:label="@string/search" |
|
|
|
tools:layout="@layout/fragment_search" /> |
|
|
|
<fragment |
|
|
|
android:id="@+id/postViewFragment" |
|
|
|
android:name="awais.instagrabber.fragments.PostViewV2Fragment" |
|
|
|
android:label="@string/post" /> |
|
|
|
</navigation> |