mirror of
https://github.com/KokaKiwi/BarInsta
synced 2026-03-05 12:01:35 +00:00
Move fragments to their proper place
This commit is contained in:
parent
89bb79a8fc
commit
d967463493
6 changed files with 11 additions and 6 deletions
|
|
@ -5,7 +5,7 @@
|
|||
android:id="@+id/swipeRefreshLayout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
tools:context=".activities.FollowViewerFragment">
|
||||
tools:context=".fragments.FollowViewerFragment">
|
||||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
android:id="@+id/rvFollow"
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
<fragment
|
||||
android:id="@+id/commentsViewerFragment"
|
||||
android:name="awais.instagrabber.activities.CommentsViewerFragment"
|
||||
android:name="awais.instagrabber.fragments.CommentsViewerFragment"
|
||||
android:label="Comments"
|
||||
tools:layout="@layout/fragment_comments">
|
||||
<argument
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@
|
|||
</fragment>
|
||||
<fragment
|
||||
android:id="@+id/followViewerFragment"
|
||||
android:name="awais.instagrabber.activities.FollowViewerFragment"
|
||||
android:name="awais.instagrabber.fragments.FollowViewerFragment"
|
||||
android:label="Followers"
|
||||
tools:layout="@layout/fragment_followers_viewer">
|
||||
<argument
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue