Classified fragment classes into suitable packages & optimized imports

This commit is contained in:
Prathamesh More 2021-09-27 21:41:27 +05:30
parent 5e16b79d23
commit 9f5b9d32ad
21 changed files with 279 additions and 290 deletions

View file

@ -40,7 +40,7 @@
<fragment
android:id="@+id/miniPlayerFragment"
android:name="code.name.monkey.retromusic.fragments.MiniPlayerFragment"
android:name="code.name.monkey.retromusic.fragments.other.MiniPlayerFragment"
android:layout_width="match_parent"
android:layout_height="@dimen/mini_player_height"
tools:layout="@layout/fragment_mini_player" />

View file

@ -62,7 +62,7 @@
<fragment
android:id="@+id/detailListFragment"
android:name="code.name.monkey.retromusic.fragments.DetailListFragment"
android:name="code.name.monkey.retromusic.fragments.other.DetailListFragment"
android:label="DetailListFragment">
<argument
android:name="type"
@ -124,7 +124,7 @@
<fragment
android:id="@+id/user_info_fragment"
android:name="code.name.monkey.retromusic.fragments.UserInfoFragment" />
android:name="code.name.monkey.retromusic.fragments.other.UserInfoFragment" />
<fragment
android:id="@+id/playing_queue_fragment"
@ -132,5 +132,5 @@
<fragment
android:id="@+id/lyrics_fragment"
android:name="code.name.monkey.retromusic.fragments.LyricsFragment" />
android:name="code.name.monkey.retromusic.fragments.other.LyricsFragment" />
</navigation>