Change package names of new addititons

This commit is contained in:
Muntashir Al-Islam 2020-08-02 15:57:29 +06:00
parent 283280529b
commit d01265ea69
16 changed files with 92 additions and 72 deletions

View file

@ -40,7 +40,7 @@
</com.google.android.material.card.MaterialCardView>
<code.name.monkey.retromusic.views.RetroShapeableImageView
<io.github.muntashirakon.music.views.RetroShapeableImageView
android:id="@+id/artistImage"
android:layout_width="52dp"
android:layout_height="52dp"
@ -52,7 +52,7 @@
app:retroCornerSize="26dp"
tools:srcCompat="@tools:sample/backgrounds/scenic[11]" />
<code.name.monkey.retromusic.views.BaselineGridTextView
<io.github.muntashirakon.music.views.BaselineGridTextView
android:id="@+id/albumTitle"
android:layout_width="0dp"
android:layout_height="wrap_content"
@ -69,7 +69,7 @@
tools:ignore="MissingPrefix"
tools:text="@tools:sample/lorem/random" />
<code.name.monkey.retromusic.views.BaselineGridTextView
<io.github.muntashirakon.music.views.BaselineGridTextView
android:id="@+id/albumText"
android:layout_width="0dp"
android:layout_height="wrap_content"

View file

@ -53,7 +53,7 @@
<androidx.fragment.app.FragmentContainerView
android:id="@+id/fragment_container"
android:name="code.name.monkey.retromusic.fragments.main.MainFragment"
android:name="io.github.muntashirakon.music.fragments.main.MainFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:defaultNavHost="true"

View file

@ -50,7 +50,7 @@
tools:maxLines="@string/grid_size_1"
tools:text="@tools:sample/lorem/random" />
<code.name.monkey.retromusic.views.BaselineGridTextView
<io.github.muntashirakon.music.views.BaselineGridTextView
android:id="@android:id/summary"
android:layout_width="0dp"
android:layout_height="wrap_content"

View file

@ -31,7 +31,7 @@
<androidx.fragment.app.FragmentContainerView
android:id="@+id/playerFragmentContainer"
android:layout_width="match_parent"
android:name="code.name.monkey.retromusic.fragments.player.NowPlayingPlayerFragment"
android:name="io.github.muntashirakon.music.fragments.player.NowPlayingPlayerFragment"
android:layout_height="match_parent" />
<androidx.fragment.app.FragmentContainerView