Renamed previously missed package names

This commit is contained in:
Muntashir Al-Islam 2020-06-18 01:32:44 +06:00
parent 301ac10570
commit aa8ed9475b
16 changed files with 50 additions and 52 deletions

View file

@ -14,7 +14,7 @@
<androidx.fragment.app.FragmentContainerView
android:id="@+id/playerAlbumCoverFragment"
android:name="code.name.monkey.retromusic.fragments.player.PlayerAlbumCoverFragment"
android:name="io.github.muntashirakon.music.fragments.player.PlayerAlbumCoverFragment"
android:layout_width="0dp"
android:layout_height="0dp"
app:layout_constrainedHeight="true"
@ -63,7 +63,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
app:behavior_hideable="false"
app:layout_behavior="code.name.monkey.retromusic.io.github.muntashirakon.music.RetroBottomSheetBehavior">
app:layout_behavior="io.github.muntashirakon.music.RetroBottomSheetBehavior">
<LinearLayout
android:id="@+id/container"
@ -150,4 +150,4 @@
tools:listitem="@layout/item_list" />
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.coordinatorlayout.widget.CoordinatorLayout>
</androidx.coordinatorlayout.widget.CoordinatorLayout>