Classified fragment classes into suitable packages & optimized imports
This commit is contained in:
parent
5e16b79d23
commit
9f5b9d32ad
21 changed files with 279 additions and 290 deletions
0
app/src/main/res/layout/activity_playing_queue.xml → app/src/main/res/layout/fragment_playing_queue.xml
Executable file → Normal file
0
app/src/main/res/layout/activity_playing_queue.xml → app/src/main/res/layout/fragment_playing_queue.xml
Executable file → Normal 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" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue