mirror of
https://github.com/KokaKiwi/BarInsta
synced 2026-03-14 08:21:35 +00:00
close #1383
This commit is contained in:
parent
bcfe4819cb
commit
696a8c9c61
10 changed files with 17 additions and 10 deletions
|
|
@ -211,6 +211,6 @@
|
|||
<fragment
|
||||
android:id="@+id/postViewFragment"
|
||||
android:name="awais.instagrabber.fragments.PostViewV2Fragment"
|
||||
android:label="Post"
|
||||
android:label="@string/post"
|
||||
tools:layout="@layout/dialog_post_view" />
|
||||
</navigation>
|
||||
|
|
@ -150,6 +150,6 @@
|
|||
<fragment
|
||||
android:id="@+id/postViewFragment"
|
||||
android:name="awais.instagrabber.fragments.PostViewV2Fragment"
|
||||
android:label="Post"
|
||||
android:label="@string/post"
|
||||
tools:layout="@layout/dialog_post_view" />
|
||||
</navigation>
|
||||
|
|
@ -154,6 +154,6 @@
|
|||
<fragment
|
||||
android:id="@+id/postViewFragment"
|
||||
android:name="awais.instagrabber.fragments.PostViewV2Fragment"
|
||||
android:label="Post"
|
||||
android:label="@string/post"
|
||||
tools:layout="@layout/dialog_post_view" />
|
||||
</navigation>
|
||||
|
|
@ -125,6 +125,6 @@
|
|||
<fragment
|
||||
android:id="@+id/postViewFragment"
|
||||
android:name="awais.instagrabber.fragments.PostViewV2Fragment"
|
||||
android:label="Post"
|
||||
android:label="@string/post"
|
||||
tools:layout="@layout/dialog_post_view" />
|
||||
</navigation>
|
||||
|
|
@ -124,6 +124,6 @@
|
|||
<fragment
|
||||
android:id="@+id/postViewFragment"
|
||||
android:name="awais.instagrabber.fragments.PostViewV2Fragment"
|
||||
android:label="Post"
|
||||
android:label="@string/post"
|
||||
tools:layout="@layout/dialog_post_view" />
|
||||
</navigation>
|
||||
|
|
@ -172,5 +172,5 @@
|
|||
<fragment
|
||||
android:id="@+id/postViewFragment"
|
||||
android:name="awais.instagrabber.fragments.PostViewV2Fragment"
|
||||
android:label="Post" />
|
||||
android:label="@string/post" />
|
||||
</navigation>
|
||||
|
|
@ -121,6 +121,6 @@
|
|||
<fragment
|
||||
android:id="@+id/postViewFragment"
|
||||
android:name="awais.instagrabber.fragments.PostViewV2Fragment"
|
||||
android:label="Post"
|
||||
android:label="@string/post"
|
||||
tools:layout="@layout/dialog_post_view" />
|
||||
</navigation>
|
||||
|
|
@ -177,7 +177,7 @@
|
|||
<fragment
|
||||
android:id="@+id/followViewerFragment"
|
||||
android:name="awais.instagrabber.fragments.FollowViewerFragment"
|
||||
android:label="Followers"
|
||||
android:label=""
|
||||
tools:layout="@layout/fragment_followers_viewer">
|
||||
<argument
|
||||
android:name="profileId"
|
||||
|
|
@ -218,6 +218,6 @@
|
|||
<fragment
|
||||
android:id="@+id/postViewFragment"
|
||||
android:name="awais.instagrabber.fragments.PostViewV2Fragment"
|
||||
android:label="Post"
|
||||
android:label="@string/post"
|
||||
tools:layout="@layout/dialog_post_view" />
|
||||
</navigation>
|
||||
|
|
@ -114,6 +114,6 @@
|
|||
<fragment
|
||||
android:id="@+id/postViewFragment"
|
||||
android:name="awais.instagrabber.fragments.PostViewV2Fragment"
|
||||
android:label="Post"
|
||||
android:label="@string/post"
|
||||
tools:layout="@layout/dialog_post_view" />
|
||||
</navigation>
|
||||
Loading…
Add table
Add a link
Reference in a new issue