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" />