1
0
Fork 0
mirror of https://github.com/KokaKiwi/BarInsta synced 2026-03-05 12:01:35 +00:00

Add Location fragment

This commit is contained in:
Ammar Githam 2020-08-30 21:51:47 +09:00
parent 5c273d18a4
commit 649115a665
14 changed files with 513 additions and 34 deletions

View file

@ -19,6 +19,9 @@
<action
android:id="@+id/action_feedFragment_to_hashTagFragment"
app:destination="@id/hashTagFragment" />
<action
android:id="@+id/action_feedFragment_to_locationFragment"
app:destination="@id/locationFragment" />
</fragment>
<fragment
android:id="@+id/storyViewerFragment"
@ -57,4 +60,14 @@
app:argType="string"
app:nullable="false" />
</fragment>
<fragment
android:id="@+id/locationFragment"
android:name="awais.instagrabber.fragments.LocationFragment"
android:label=""
tools:layout="@layout/fragment_location" >
<argument
android:name="location"
app:argType="string"
app:nullable="false" />
</fragment>
</navigation>