mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-22 06:37:30 +00:00
This commit is contained in:
parent
3db95163f8
commit
f83bd32866
@ -41,6 +41,18 @@
|
|||||||
android:id="@+id/action_global_search"
|
android:id="@+id/action_global_search"
|
||||||
app:destination="@id/searchFragment" />
|
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
|
<fragment
|
||||||
android:id="@+id/favoritesFragment"
|
android:id="@+id/favoritesFragment"
|
||||||
android:name="awais.instagrabber.fragments.FavoritesFragment"
|
android:name="awais.instagrabber.fragments.FavoritesFragment"
|
||||||
@ -51,4 +63,8 @@
|
|||||||
android:name="awais.instagrabber.fragments.search.SearchFragment"
|
android:name="awais.instagrabber.fragments.search.SearchFragment"
|
||||||
android:label="@string/search"
|
android:label="@string/search"
|
||||||
tools:layout="@layout/fragment_search" />
|
tools:layout="@layout/fragment_search" />
|
||||||
|
<fragment
|
||||||
|
android:id="@+id/postViewFragment"
|
||||||
|
android:name="awais.instagrabber.fragments.PostViewV2Fragment"
|
||||||
|
android:label="@string/post" />
|
||||||
</navigation>
|
</navigation>
|
Loading…
Reference in New Issue
Block a user