Repackage to prepare for merge

This commit is contained in:
JFronny 2022-05-14 13:27:14 +02:00
parent b977cde1af
commit 7c6514d010
No known key found for this signature in database
GPG key ID: E76429612C2929F4
455 changed files with 2251 additions and 2302 deletions

View file

@ -17,7 +17,7 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent">
<io.github.muntashirakon.music.views.ColorIconsImageView
<code.name.monkey.retromusic.views.ColorIconsImageView
android:id="@+id/v1"
android:layout_width="@dimen/adaptive_icon_size"
android:layout_height="@dimen/adaptive_icon_size"
@ -52,7 +52,7 @@
app:layout_constraintStart_toEndOf="@+id/history"
app:layout_constraintTop_toTopOf="@+id/history">
<io.github.muntashirakon.music.views.ColorIconsImageView
<code.name.monkey.retromusic.views.ColorIconsImageView
android:id="@+id/v2"
android:layout_width="@dimen/adaptive_icon_size"
android:layout_height="@dimen/adaptive_icon_size"
@ -88,7 +88,7 @@
app:layout_constraintStart_toEndOf="@+id/lastAdded"
app:layout_constraintTop_toTopOf="@+id/lastAdded">
<io.github.muntashirakon.music.views.ColorIconsImageView
<code.name.monkey.retromusic.views.ColorIconsImageView
android:id="@+id/v3"
android:layout_width="@dimen/adaptive_icon_size"
android:layout_height="@dimen/adaptive_icon_size"
@ -124,7 +124,7 @@
app:layout_constraintStart_toEndOf="@+id/topPlayed"
app:layout_constraintTop_toTopOf="@+id/topPlayed">
<io.github.muntashirakon.music.views.ColorIconsImageView
<code.name.monkey.retromusic.views.ColorIconsImageView
android:id="@+id/v4"
android:layout_width="@dimen/adaptive_icon_size"
android:layout_height="@dimen/adaptive_icon_size"

View file

@ -40,7 +40,7 @@
android:layout_height="wrap_content"
android:orientation="vertical">
<io.github.muntashirakon.music.views.WidthFitSquareCardView
<code.name.monkey.retromusic.views.WidthFitSquareCardView
android:id="@+id/imageContainer"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@ -59,7 +59,7 @@
android:scaleType="centerCrop"
tools:srcCompat="@tools:sample/backgrounds/scenic[5]" />
</io.github.muntashirakon.music.views.WidthFitSquareCardView>
</code.name.monkey.retromusic.views.WidthFitSquareCardView>
<com.google.android.material.textfield.TextInputLayout

View file

@ -6,7 +6,7 @@
android:layout_height="match_parent"
android:orientation="vertical">
<io.github.muntashirakon.music.views.StatusBarView
<code.name.monkey.retromusic.views.StatusBarView
android:id="@+id/status_bar"
android:layout_width="match_parent"
android:layout_height="0dp"

View file

@ -20,7 +20,7 @@
android:orientation="vertical">
<io.github.muntashirakon.music.views.StatusBarView
<code.name.monkey.retromusic.views.StatusBarView
android:id="@+id/status_bar"
android:layout_width="match_parent"
android:layout_height="0dp"

View file

@ -6,7 +6,7 @@
android:layout_height="match_parent"
android:orientation="vertical">
<io.github.muntashirakon.music.views.StatusBarView
<code.name.monkey.retromusic.views.StatusBarView
android:id="@+id/status_bar"
android:layout_width="match_parent"
android:layout_height="0dp"
@ -42,7 +42,7 @@
android:layout_gravity="fill_vertical"
app:layout_behavior="com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior">
<io.github.muntashirakon.music.views.LollipopFixedWebView
<code.name.monkey.retromusic.views.LollipopFixedWebView
android:id="@+id/license"
android:layout_width="match_parent"
android:layout_height="match_parent" />

View file

@ -24,13 +24,13 @@
<fragment
android:id="@+id/playback_controls_fragment"
android:name="io.github.muntashirakon.music.fragments.player.lockscreen.LockScreenControlsFragment"
android:name="code.name.monkey.retromusic.fragments.player.lockscreen.LockScreenControlsFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:layout="@layout/fragment_lock_screen_playback_controls" />
</LinearLayout>
<io.github.muntashirakon.music.views.WidthFitSquareCardView
<code.name.monkey.retromusic.views.WidthFitSquareCardView
android:id="@+id/albumCoverContainer"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@ -49,7 +49,7 @@
android:scaleType="centerCrop"
tools:srcCompat="@tools:sample/backgrounds/scenic[0]" />
</io.github.muntashirakon.music.views.WidthFitSquareCardView>
</code.name.monkey.retromusic.views.WidthFitSquareCardView>
<com.google.android.material.textview.MaterialTextView
android:id="@+id/slide"

View file

@ -7,7 +7,7 @@
android:layout_height="match_parent"
android:transitionName="@string/transition_lyrics">
<io.github.muntashirakon.music.lyrics.LrcView
<code.name.monkey.retromusic.lyrics.LrcView
android:id="@+id/lyricsView"
android:layout_width="match_parent"
android:layout_height="match_parent"

View file

@ -6,7 +6,7 @@
android:layout_height="match_parent"
android:background="?attr/colorSurface">
<io.github.muntashirakon.music.views.BaselineGridTextView
<code.name.monkey.retromusic.views.BaselineGridTextView
android:id="@+id/appNameText"
android:layout_width="0dp"
android:layout_height="wrap_content"
@ -28,7 +28,7 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/appNameText" />
<io.github.muntashirakon.music.views.PermissionItem
<code.name.monkey.retromusic.views.PermissionItem
android:id="@+id/storagePermission"
android:layout_width="0dp"
android:layout_height="wrap_content"
@ -41,7 +41,7 @@
app:permissionTitleNumber="1"
app:permissionTitleSubTitle="@string/permission_summary" />
<io.github.muntashirakon.music.views.PermissionItem
<code.name.monkey.retromusic.views.PermissionItem
android:id="@+id/audioPermission"
android:layout_width="0dp"
android:layout_height="wrap_content"

View file

@ -6,7 +6,7 @@
android:layout_height="match_parent"
android:orientation="vertical">
<io.github.muntashirakon.music.views.StatusBarView
<code.name.monkey.retromusic.views.StatusBarView
android:id="@+id/status_bar"
android:layout_width="match_parent"
android:layout_height="0dp"

View file

@ -56,7 +56,7 @@
app:layout_constraintStart_toEndOf="@id/appIcon"
app:layout_constraintTop_toTopOf="@id/appIcon" />
<io.github.muntashirakon.music.views.WidthFitSquareCardView
<code.name.monkey.retromusic.views.WidthFitSquareCardView
android:id="@+id/imageContainerCard"
android:layout_width="290dp"
android:layout_height="wrap_content"
@ -73,7 +73,7 @@
android:layout_height="match_parent"
android:scaleType="centerCrop"
tools:src="@tools:sample/avatars" />
</io.github.muntashirakon.music.views.WidthFitSquareCardView>
</code.name.monkey.retromusic.views.WidthFitSquareCardView>
<com.google.android.material.textview.MaterialTextView
android:id="@+id/shareTitle"
@ -127,7 +127,7 @@
android:layout_height="match_parent"
android:orientation="vertical">
<io.github.muntashirakon.music.views.StatusBarView
<code.name.monkey.retromusic.views.StatusBarView
android:id="@+id/status_bar"
android:layout_width="match_parent"
android:layout_height="0dp"

View file

@ -42,7 +42,7 @@
app:shapeAppearanceOverlay="@style/circleImageView"
app:srcCompat="@drawable/material_design_default" />
<io.github.muntashirakon.music.views.RetroShapeableImageView
<code.name.monkey.retromusic.views.RetroShapeableImageView
android:id="@+id/userImage"
android:layout_width="72dp"
android:layout_height="72dp"

View file

@ -6,7 +6,7 @@
android:layout_height="match_parent"
android:orientation="vertical">
<io.github.muntashirakon.music.views.StatusBarView
<code.name.monkey.retromusic.views.StatusBarView
android:id="@+id/status_bar"
android:layout_width="match_parent"
android:layout_height="0dp"
@ -45,7 +45,7 @@
android:layout_gravity="fill_vertical"
app:layout_behavior="com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior">
<io.github.muntashirakon.music.views.LollipopFixedWebView
<code.name.monkey.retromusic.views.LollipopFixedWebView
android:id="@+id/webView"
android:layout_width="match_parent"
android:layout_height="wrap_content"

View file

@ -30,7 +30,7 @@
app:layout_constraintTop_toTopOf="parent" />
<io.github.muntashirakon.music.views.ListItemView
<code.name.monkey.retromusic.views.ListItemView
android:id="@+id/changelog"
android:layout_width="0dp"
android:layout_height="wrap_content"
@ -43,7 +43,7 @@
app:listItemSummary="@string/changelog_summary"
app:listItemTitle="@string/changelog" />
<io.github.muntashirakon.music.views.ListItemView
<code.name.monkey.retromusic.views.ListItemView
android:id="@+id/openSource"
android:layout_width="0dp"
android:layout_height="wrap_content"
@ -56,7 +56,7 @@
app:listItemSummary="@string/pref_summary_open_source_licences"
app:listItemTitle="@string/pref_title_open_source_licences" />
<io.github.muntashirakon.music.views.ListItemView
<code.name.monkey.retromusic.views.ListItemView
android:id="@+id/version"
android:layout_width="0dp"
android:layout_height="wrap_content"

View file

@ -28,7 +28,7 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<io.github.muntashirakon.music.views.ListItemView
<code.name.monkey.retromusic.views.ListItemView
android:id="@+id/appGithub"
android:layout_width="0dp"
android:layout_height="wrap_content"
@ -41,7 +41,7 @@
app:listItemSummary="@string/git_hub_summary"
app:listItemTitle="@string/git_hub" />
<io.github.muntashirakon.music.views.ListItemView
<code.name.monkey.retromusic.views.ListItemView
android:id="@+id/appTranslation"
android:layout_width="0dp"
android:layout_height="wrap_content"
@ -55,7 +55,7 @@
app:listItemTitle="@string/translate" />
<io.github.muntashirakon.music.views.ListItemView
<code.name.monkey.retromusic.views.ListItemView
android:id="@+id/appRate"
android:layout_width="0dp"
android:layout_height="wrap_content"
@ -68,7 +68,7 @@
app:listItemSummary="@string/rate_on_google_play_summary"
app:listItemTitle="@string/rate_app" />
<io.github.muntashirakon.music.views.ListItemView
<code.name.monkey.retromusic.views.ListItemView
android:id="@+id/donateLink"
android:layout_width="0dp"
android:layout_height="wrap_content"
@ -82,7 +82,7 @@
app:listItemTitle="@string/donate" />
<io.github.muntashirakon.music.views.ListItemView
<code.name.monkey.retromusic.views.ListItemView
android:id="@+id/bugReportLink"
android:layout_width="0dp"
android:layout_height="wrap_content"
@ -95,7 +95,7 @@
app:listItemSummary="@string/bug_report_summary"
app:listItemTitle="@string/report_bug" />
<io.github.muntashirakon.music.views.ListItemView
<code.name.monkey.retromusic.views.ListItemView
android:id="@+id/appShare"
android:layout_width="0dp"
android:layout_height="wrap_content"
@ -108,7 +108,7 @@
app:listItemSummary="@string/share_summary"
app:listItemTitle="@string/action_share" />
<io.github.muntashirakon.music.views.ListItemView
<code.name.monkey.retromusic.views.ListItemView
android:id="@+id/faqLink"
android:layout_width="0dp"
android:layout_height="wrap_content"

View file

@ -28,7 +28,7 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<io.github.muntashirakon.music.views.ListItemView
<code.name.monkey.retromusic.views.ListItemView
android:id="@+id/pinterestLink"
android:layout_width="0dp"
android:layout_height="wrap_content"
@ -41,7 +41,7 @@
app:listItemSummary="@string/pinterest_page_summary"
app:listItemTitle="@string/pinterest_page" />
<io.github.muntashirakon.music.views.ListItemView
<code.name.monkey.retromusic.views.ListItemView
android:id="@+id/instagramLink"
android:layout_width="0dp"
android:layout_height="wrap_content"
@ -55,7 +55,7 @@
app:listItemTitle="@string/instagram_page" />
<io.github.muntashirakon.music.views.ListItemView
<code.name.monkey.retromusic.views.ListItemView
android:id="@+id/twitterLink"
android:layout_width="0dp"
android:layout_height="wrap_content"
@ -68,7 +68,7 @@
app:listItemSummary="@string/twitter_page_summary"
app:listItemTitle="@string/twitter_page" />
<io.github.muntashirakon.music.views.ListItemView
<code.name.monkey.retromusic.views.ListItemView
android:id="@+id/telegramLink"
android:layout_width="0dp"
android:layout_height="wrap_content"

View file

@ -53,7 +53,7 @@
<fragment
android:id="@+id/playerAlbumCoverFragment"
android:name="io.github.muntashirakon.music.fragments.player.PlayerAlbumCoverFragment"
android:name="code.name.monkey.retromusic.fragments.player.PlayerAlbumCoverFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:layout="@layout/fragment_album_full_card_cover" />
@ -102,7 +102,7 @@
<fragment
android:id="@+id/playbackControlsFragment"
android:name="io.github.muntashirakon.music.fragments.player.adaptive.AdaptivePlaybackControlsFragment"
android:name="code.name.monkey.retromusic.fragments.player.adaptive.AdaptivePlaybackControlsFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:layout="@layout/fragment_adaptive_player_playback_controls" />

View file

@ -5,7 +5,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
<io.github.muntashirakon.music.views.CircularImageView
<code.name.monkey.retromusic.views.CircularImageView
android:id="@+id/player_image"
android:layout_width="0dp"
android:layout_height="0dp"

View file

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

View file

@ -65,7 +65,7 @@
</com.google.android.material.card.MaterialCardView>
<io.github.muntashirakon.music.views.BaselineGridTextView
<code.name.monkey.retromusic.views.BaselineGridTextView
android:id="@+id/artistTitle"
android:layout_width="0dp"
android:layout_height="wrap_content"
@ -82,7 +82,7 @@
tools:ignore="MissingPrefix"
tools:text="@tools:sample/full_names" />
<io.github.muntashirakon.music.views.BaselineGridTextView
<code.name.monkey.retromusic.views.BaselineGridTextView
android:id="@+id/text"
android:layout_width="0dp"
android:layout_height="wrap_content"

View file

@ -99,7 +99,7 @@
android:background="@drawable/shadow_up"
app:layout_constraintBottom_toBottomOf="parent" />
<io.github.muntashirakon.music.views.RetroShapeableImageView
<code.name.monkey.retromusic.views.RetroShapeableImageView
android:id="@+id/userImage"
android:layout_width="42dp"
android:layout_height="42dp"

View file

@ -44,7 +44,7 @@
<fragment
android:id="@+id/playerAlbumCoverFragment"
android:name="io.github.muntashirakon.music.fragments.player.PlayerAlbumCoverFragment"
android:name="code.name.monkey.retromusic.fragments.player.PlayerAlbumCoverFragment"
android:layout_width="0dp"
android:layout_height="0dp"
app:layout_constraintEnd_toEndOf="parent"
@ -54,7 +54,7 @@
<fragment
android:id="@+id/playbackControlsFragment"
android:name="io.github.muntashirakon.music.fragments.player.blur.BlurPlaybackControlsFragment"
android:name="code.name.monkey.retromusic.fragments.player.blur.BlurPlaybackControlsFragment"
android:layout_width="0dp"
android:layout_height="0dp"
app:layout_constraintBottom_toTopOf="@id/playerToolbar"

View file

@ -68,7 +68,7 @@
<fragment
android:id="@+id/playerAlbumCoverFragment"
android:name="io.github.muntashirakon.music.fragments.player.PlayerAlbumCoverFragment"
android:name="code.name.monkey.retromusic.fragments.player.PlayerAlbumCoverFragment"
android:layout_width="match_parent"
android:layout_height="wrap_content"
tools:layout="@layout/fragment_album_card_cover" />
@ -83,7 +83,7 @@
<fragment
android:id="@+id/playbackControlsFragment"
android:name="io.github.muntashirakon.music.fragments.player.cardblur.CardBlurPlaybackControlsFragment"
android:name="code.name.monkey.retromusic.fragments.player.cardblur.CardBlurPlaybackControlsFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:layout="@layout/fragment_card_blur_player_playback_controls" />

View file

@ -14,7 +14,7 @@
<fragment
android:id="@+id/playerAlbumCoverFragment"
android:name="io.github.muntashirakon.music.fragments.player.PlayerAlbumCoverFragment"
android:name="code.name.monkey.retromusic.fragments.player.PlayerAlbumCoverFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:layout="@layout/fragment_album_full_cover" />
@ -32,7 +32,7 @@
android:layout_height="wrap_content"
android:orientation="vertical">
<io.github.muntashirakon.music.views.StatusBarView
<code.name.monkey.retromusic.views.StatusBarView
android:layout_width="match_parent"
android:layout_height="@dimen/status_bar_padding" />
@ -54,7 +54,7 @@
<fragment
android:id="@+id/playbackControlsFragment"
android:name="io.github.muntashirakon.music.fragments.player.card.CardPlaybackControlsFragment"
android:name="code.name.monkey.retromusic.fragments.player.card.CardPlaybackControlsFragment"
android:layout_width="match_parent"
android:layout_height="wrap_content"
tools:layout="@layout/fragment_card_player_playback_controls" />

View file

@ -85,7 +85,7 @@
app:layout_constraintTop_toBottomOf="@+id/titleContainer"
tools:text="@tools:sample/lorem/random" />
<io.github.muntashirakon.music.views.SeekArc
<code.name.monkey.retromusic.views.SeekArc
android:id="@+id/volumeSeekBar"
android:layout_width="match_parent"
android:layout_height="300dp"

View file

@ -23,7 +23,7 @@
<fragment
android:id="@+id/playerAlbumCoverFragment"
android:name="io.github.muntashirakon.music.fragments.player.PlayerAlbumCoverFragment"
android:name="code.name.monkey.retromusic.fragments.player.PlayerAlbumCoverFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:layout="@layout/fragment_album_cover" />
@ -48,7 +48,7 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent">
<io.github.muntashirakon.music.views.StatusBarView
<code.name.monkey.retromusic.views.StatusBarView
android:id="@+id/status_bar"
android:layout_width="match_parent"
android:layout_height="@dimen/status_bar_padding" />
@ -81,7 +81,7 @@
android:theme="@style/TopCornerCardView"
app:behavior_hideable="false"
app:cardElevation="24dp"
app:layout_behavior="io.github.muntashirakon.music.RetroBottomSheetBehavior"
app:layout_behavior="io.github.muntashirakon.retromusic.RetroBottomSheetBehavior"
tools:peekHeight="0dp">
<LinearLayout

View file

@ -33,7 +33,7 @@
<fragment
android:id="@+id/playerAlbumCoverFragment"
android:name="io.github.muntashirakon.music.fragments.player.PlayerAlbumCoverFragment"
android:name="code.name.monkey.retromusic.fragments.player.PlayerAlbumCoverFragment"
android:layout_width="0dp"
android:layout_height="0dp"
app:layout_constraintEnd_toEndOf="parent"
@ -43,7 +43,7 @@
<fragment
android:id="@+id/playbackControlsFragment"
android:name="io.github.muntashirakon.music.fragments.player.color.ColorPlaybackControlsFragment"
android:name="code.name.monkey.retromusic.fragments.player.color.ColorPlaybackControlsFragment"
android:layout_width="0dp"
android:layout_height="0dp"
app:layout_constraintBottom_toTopOf="@id/playerToolbar"

View file

@ -24,7 +24,7 @@
<fragment
android:id="@+id/playerAlbumCoverFragment"
android:name="io.github.muntashirakon.music.fragments.player.PlayerAlbumCoverFragment"
android:name="code.name.monkey.retromusic.fragments.player.PlayerAlbumCoverFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:layout="@layout/fragment_album_full_cover" />
@ -39,7 +39,7 @@
<fragment
android:id="@+id/playbackControlsFragment"
android:name="io.github.muntashirakon.music.fragments.player.fit.FitPlaybackControlsFragment"
android:name="code.name.monkey.retromusic.fragments.player.fit.FitPlaybackControlsFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:layout="@layout/fragment_gradient_controls" />

View file

@ -45,7 +45,7 @@
<fragment
android:id="@+id/playerAlbumCoverFragment"
android:name="io.github.muntashirakon.music.fragments.player.PlayerAlbumCoverFragment"
android:name="code.name.monkey.retromusic.fragments.player.PlayerAlbumCoverFragment"
android:layout_width="0dp"
android:layout_height="0dp"
app:layout_constraintEnd_toEndOf="parent"
@ -57,7 +57,7 @@
<fragment
android:id="@+id/playbackControlsFragment"
android:name="io.github.muntashirakon.music.fragments.player.flat.FlatPlaybackControlsFragment"
android:name="code.name.monkey.retromusic.fragments.player.flat.FlatPlaybackControlsFragment"
android:layout_width="0dp"
android:layout_height="0dp"
app:layout_constraintBottom_toBottomOf="parent"

View file

@ -83,7 +83,7 @@
android:layout_height="match_parent"
android:orientation="vertical">
<io.github.muntashirakon.music.views.BreadCrumbLayout
<code.name.monkey.retromusic.views.BreadCrumbLayout
android:id="@+id/breadCrumbs"
android:layout_width="match_parent"
android:layout_height="@dimen/tab_height"

View file

@ -10,7 +10,7 @@
<fragment
android:id="@+id/playerAlbumCoverFragment"
android:name="io.github.muntashirakon.music.fragments.player.PlayerAlbumCoverFragment"
android:name="code.name.monkey.retromusic.fragments.player.PlayerAlbumCoverFragment"
android:layout_width="0dp"
android:layout_height="0dp"
app:layout_constraintBottom_toBottomOf="parent"
@ -33,7 +33,7 @@
<fragment
android:id="@+id/playbackControlsFragment"
android:name="io.github.muntashirakon.music.fragments.player.full.FullPlaybackControlsFragment"
android:name="code.name.monkey.retromusic.fragments.player.full.FullPlaybackControlsFragment"
android:layout_width="0dp"
android:layout_height="0dp"
android:layout_gravity="bottom"
@ -118,7 +118,7 @@
app:layout_constraintTop_toBottomOf="@+id/nextSongLabel"
tools:text="@tools:sample/lorem/random" />
<io.github.muntashirakon.music.views.CircularImageView
<code.name.monkey.retromusic.views.CircularImageView
android:id="@+id/artistImage"
android:layout_width="36dp"
android:layout_height="36dp"

View file

@ -14,7 +14,7 @@
<fragment
android:id="@+id/playerAlbumCoverFragment"
android:name="io.github.muntashirakon.music.fragments.player.PlayerAlbumCoverFragment"
android:name="code.name.monkey.retromusic.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="io.github.muntashirakon.music.RetroBottomSheetBehavior">
app:layout_behavior="io.github.muntashirakon.retromusic.RetroBottomSheetBehavior">
<LinearLayout
android:id="@+id/container"

View file

@ -67,7 +67,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
<io.github.muntashirakon.music.views.RetroShapeableImageView
<code.name.monkey.retromusic.views.RetroShapeableImageView
android:id="@+id/userImage"
android:layout_width="42dp"
android:layout_height="42dp"

View file

@ -7,7 +7,7 @@
<fragment
android:id="@+id/playerAlbumCoverFragment"
android:name="io.github.muntashirakon.music.fragments.player.PlayerAlbumCoverFragment"
android:name="code.name.monkey.retromusic.fragments.player.PlayerAlbumCoverFragment"
android:layout_width="0dp"
android:layout_height="0dp"
app:layout_constraintBottom_toBottomOf="parent"
@ -86,7 +86,7 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent">
<io.github.muntashirakon.music.views.StatusBarView
<code.name.monkey.retromusic.views.StatusBarView
android:id="@+id/status_bar"
android:layout_width="match_parent"
android:layout_height="@dimen/status_bar_padding" />

View file

@ -12,7 +12,7 @@
android:layout_height="wrap_content"
android:orientation="vertical">
<io.github.muntashirakon.music.views.SettingListItemView
<code.name.monkey.retromusic.views.SettingListItemView
android:id="@+id/generalSettings"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@ -21,7 +21,7 @@
app:settingListItemText="@string/general_settings_summary"
app:settingListItemTitle="@string/general_settings_title" />
<io.github.muntashirakon.music.views.SettingListItemView
<code.name.monkey.retromusic.views.SettingListItemView
android:id="@+id/nowPlayingSettings"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@ -30,7 +30,7 @@
app:settingListItemText="@string/now_playing_summary"
app:settingListItemTitle="@string/now_playing" />
<io.github.muntashirakon.music.views.SettingListItemView
<code.name.monkey.retromusic.views.SettingListItemView
android:id="@+id/audioSettings"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@ -39,7 +39,7 @@
app:settingListItemText="@string/audio_settings_summary"
app:settingListItemTitle="@string/pref_header_audio" />
<io.github.muntashirakon.music.views.SettingListItemView
<code.name.monkey.retromusic.views.SettingListItemView
android:id="@+id/personalizeSettings"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@ -49,7 +49,7 @@
app:settingListItemTitle="@string/personalize" />
<io.github.muntashirakon.music.views.SettingListItemView
<code.name.monkey.retromusic.views.SettingListItemView
android:id="@+id/imageSettings"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@ -58,7 +58,7 @@
app:settingListItemText="@string/image_settings_summary"
app:settingListItemTitle="@string/pref_header_images" />
<io.github.muntashirakon.music.views.SettingListItemView
<code.name.monkey.retromusic.views.SettingListItemView
android:id="@+id/notificationSettings"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@ -67,7 +67,7 @@
app:settingListItemText="@string/notification_settings_summary"
app:settingListItemTitle="@string/notification" />
<io.github.muntashirakon.music.views.SettingListItemView
<code.name.monkey.retromusic.views.SettingListItemView
android:id="@+id/otherSettings"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@ -77,7 +77,7 @@
app:settingListItemTitle="@string/others" />
<io.github.muntashirakon.music.views.SettingListItemView
<code.name.monkey.retromusic.views.SettingListItemView
android:id="@+id/aboutSettings"
android:layout_width="match_parent"
android:layout_height="wrap_content"

View file

@ -24,7 +24,7 @@
<fragment
android:id="@+id/playerAlbumCoverFragment"
android:name="io.github.muntashirakon.music.fragments.player.PlayerAlbumCoverFragment"
android:name="code.name.monkey.retromusic.fragments.player.PlayerAlbumCoverFragment"
android:layout_width="0dp"
android:layout_height="0dp"
app:layout_constraintEnd_toEndOf="parent"
@ -34,7 +34,7 @@
<fragment
android:id="@+id/playbackControlsFragment"
android:name="io.github.muntashirakon.music.fragments.player.material.MaterialControlsFragment"
android:name="code.name.monkey.retromusic.fragments.player.material.MaterialControlsFragment"
android:layout_width="0dp"
android:layout_height="0dp"
app:layout_constraintBottom_toTopOf="@id/playerToolbar"

View file

@ -49,7 +49,7 @@
<fragment
android:id="@+id/playerAlbumCoverFragment"
android:name="io.github.muntashirakon.music.fragments.player.PlayerAlbumCoverFragment"
android:name="code.name.monkey.retromusic.fragments.player.PlayerAlbumCoverFragment"
android:layout_width="72dp"
android:layout_height="72dp"
android:layout_marginStart="16dp"
@ -116,7 +116,7 @@
<fragment
android:id="@+id/playbackControlsFragment"
android:name="io.github.muntashirakon.music.fragments.player.peak.PeakPlayerControlFragment"
android:name="code.name.monkey.retromusic.fragments.player.peak.PeakPlayerControlFragment"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:layout_constraintEnd_toEndOf="parent"

View file

@ -63,7 +63,7 @@
<fragment
android:id="@+id/playerAlbumCoverFragment"
android:name="io.github.muntashirakon.music.fragments.player.PlayerAlbumCoverFragment"
android:name="code.name.monkey.retromusic.fragments.player.PlayerAlbumCoverFragment"
android:layout_width="0dp"
android:layout_height="0dp"
app:layout_constraintEnd_toEndOf="parent"
@ -73,7 +73,7 @@
<fragment
android:id="@+id/playbackControlsFragment"
android:name="io.github.muntashirakon.music.fragments.player.plain.PlainPlaybackControlsFragment"
android:name="code.name.monkey.retromusic.fragments.player.plain.PlainPlaybackControlsFragment"
android:layout_width="0dp"
android:layout_height="0dp"
app:layout_constraintBottom_toTopOf="@id/playerToolbar"

View file

@ -34,7 +34,7 @@
<fragment
android:id="@+id/playerAlbumCoverFragment"
android:name="io.github.muntashirakon.music.fragments.player.PlayerAlbumCoverFragment"
android:name="code.name.monkey.retromusic.fragments.player.PlayerAlbumCoverFragment"
android:layout_width="0dp"
android:layout_height="0dp"
app:layout_constraintEnd_toEndOf="parent"
@ -45,7 +45,7 @@
<fragment
android:id="@+id/playbackControlsFragment"
android:name="io.github.muntashirakon.music.fragments.player.normal.PlayerPlaybackControlsFragment"
android:name="code.name.monkey.retromusic.fragments.player.normal.PlayerPlaybackControlsFragment"
android:layout_width="0dp"
android:layout_height="0dp"
app:layout_constraintBottom_toTopOf="@id/playerToolbar"

View file

@ -27,7 +27,7 @@
<fragment
android:id="@+id/playerAlbumCoverFragment"
android:name="io.github.muntashirakon.music.fragments.player.PlayerAlbumCoverFragment"
android:name="code.name.monkey.retromusic.fragments.player.PlayerAlbumCoverFragment"
android:layout_width="0dp"
android:layout_height="0dp"
app:layout_constraintEnd_toEndOf="parent"
@ -37,7 +37,7 @@
<fragment
android:id="@+id/playbackControlsFragment"
android:name="io.github.muntashirakon.music.fragments.player.simple.SimplePlaybackControlsFragment"
android:name="code.name.monkey.retromusic.fragments.player.simple.SimplePlaybackControlsFragment"
android:layout_width="0dp"
android:layout_height="0dp"
app:layout_constraintBottom_toTopOf="@id/playerToolbar"

View file

@ -9,7 +9,7 @@
<fragment
android:id="@+id/playerAlbumCoverFragment"
android:name="io.github.muntashirakon.music.fragments.player.PlayerAlbumCoverFragment"
android:name="code.name.monkey.retromusic.fragments.player.PlayerAlbumCoverFragment"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:layout_constraintBottom_toBottomOf="parent"
@ -45,7 +45,7 @@
<include layout="@layout/status_bar" />
</FrameLayout>
<io.github.muntashirakon.music.views.VerticalTextView
<code.name.monkey.retromusic.views.VerticalTextView
android:id="@+id/playerSongTotalTime"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@ -64,7 +64,7 @@
tools:ignore="MissingPrefix"
tools:text="@tools:sample/date/hhmm" />
<io.github.muntashirakon.music.views.VerticalTextView
<code.name.monkey.retromusic.views.VerticalTextView
android:id="@+id/songInfo"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@ -107,14 +107,14 @@
<fragment
android:id="@+id/playbackControlsFragment"
android:name="io.github.muntashirakon.music.fragments.player.tiny.TinyPlaybackControlsFragment"
android:name="code.name.monkey.retromusic.fragments.player.tiny.TinyPlaybackControlsFragment"
android:layout_width="match_parent"
android:layout_height="wrap_content"
tools:layout="@layout/fragment_tiny_controls_fragment" />
</LinearLayout>
<io.github.muntashirakon.music.views.VerticalTextView
<code.name.monkey.retromusic.views.VerticalTextView
android:id="@+id/title"
android:layout_width="wrap_content"
android:layout_height="0dp"
@ -136,7 +136,7 @@
tools:ignore="MissingPrefix"
tools:text="@tools:sample/lorem/random" />
<io.github.muntashirakon.music.views.VerticalTextView
<code.name.monkey.retromusic.views.VerticalTextView
android:id="@+id/text"
android:layout_width="wrap_content"
android:layout_height="0dp"

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<io.github.muntashirakon.music.views.WidthFitSquareLayout xmlns:android="http://schemas.android.com/apk/res/android"
<code.name.monkey.retromusic.views.WidthFitSquareLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/imageContainer"
android:layout_width="match_parent"
@ -33,4 +33,4 @@
android:textAppearance="@style/TextViewSubtitle1"
android:textColor="@color/md_white_1000"
tools:text="@tools:sample/full_names" />
</io.github.muntashirakon.music.views.WidthFitSquareLayout>
</code.name.monkey.retromusic.views.WidthFitSquareLayout>

View file

@ -8,7 +8,7 @@
android:orientation="vertical"
android:padding="4dp">
<io.github.muntashirakon.music.views.RetroShapeableImageView
<code.name.monkey.retromusic.views.RetroShapeableImageView
android:id="@+id/image"
android:layout_width="144dp"
android:layout_height="144dp"

View file

@ -26,7 +26,7 @@
android:background="@drawable/artist_card_gradient_effect"
tools:backgroundTint="@color/md_red_500">
<io.github.muntashirakon.music.views.RetroShapeableImageView
<code.name.monkey.retromusic.views.RetroShapeableImageView
android:id="@+id/image"
android:layout_width="42dp"
android:layout_height="42dp"

View file

@ -25,7 +25,7 @@
android:paddingEnd="12dp"
tools:ignore="PrivateResource">
<io.github.muntashirakon.music.views.RetroShapeableImageView
<code.name.monkey.retromusic.views.RetroShapeableImageView
android:id="@+id/icon"
android:layout_width="42dp"
android:layout_height="42dp"
@ -52,7 +52,7 @@
app:layout_constraintStart_toEndOf="@+id/icon"
tools:text="@tools:sample/full_names" />
<io.github.muntashirakon.music.views.BaselineGridTextView
<code.name.monkey.retromusic.views.BaselineGridTextView
android:id="@+id/text"
android:layout_width="0dp"
android:layout_height="wrap_content"

View file

@ -23,7 +23,7 @@
android:paddingBottom="24dp"
tools:ignore="PrivateResource">
<io.github.muntashirakon.music.views.RetroShapeableImageView
<code.name.monkey.retromusic.views.RetroShapeableImageView
android:id="@+id/icon"
android:layout_width="72dp"
android:layout_height="72dp"
@ -47,7 +47,7 @@
app:layout_constraintTop_toBottomOf="@id/icon"
tools:text="@tools:sample/full_names" />
<io.github.muntashirakon.music.views.BaselineGridTextView
<code.name.monkey.retromusic.views.BaselineGridTextView
android:id="@+id/text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"

View file

@ -9,7 +9,7 @@
android:padding="4dp"
tools:ignore="MissingPrefix">
<io.github.muntashirakon.music.views.RetroShapeableImageView
<code.name.monkey.retromusic.views.RetroShapeableImageView
android:id="@+id/image"
android:layout_width="0dp"
android:layout_height="0dp"

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -23,7 +23,7 @@
android:gravity="center_vertical"
android:orientation="horizontal">
<io.github.muntashirakon.music.views.ColorIconsImageView
<code.name.monkey.retromusic.views.ColorIconsImageView
android:id="@+id/icon"
android:layout_width="@dimen/adaptive_icon_size"
android:layout_height="@dimen/adaptive_icon_size"

View file

@ -28,7 +28,7 @@
android:textStyle="bold"
tools:text="@tools:sample/full_names" />
<io.github.muntashirakon.music.views.AccentIcon
<code.name.monkey.retromusic.views.AccentIcon
android:id="@+id/arrow"
android:layout_width="wrap_content"
android:layout_height="wrap_content"

View file

@ -11,7 +11,7 @@
android:layout_height="wrap_content"
android:orientation="vertical">
<io.github.muntashirakon.music.views.StatusBarView
<code.name.monkey.retromusic.views.StatusBarView
android:layout_width="match_parent"
android:layout_height="@dimen/status_bar_padding" />

View file

@ -26,7 +26,7 @@
android:layout_height="wrap_content"
app:behavior_hideable="true"
app:behavior_peekHeight="0dp"
app:layout_behavior="io.github.muntashirakon.music.RetroBottomSheetBehavior">
app:layout_behavior="io.github.muntashirakon.retromusic.RetroBottomSheetBehavior">
<FrameLayout
android:id="@+id/playerFragmentContainer"
@ -35,14 +35,14 @@
<fragment
android:id="@+id/miniPlayerFragment"
android:name="io.github.muntashirakon.music.fragments.MiniPlayerFragment"
android:name="code.name.monkey.retromusic.fragments.MiniPlayerFragment"
android:layout_width="match_parent"
android:layout_height="48dp"
tools:layout="@layout/fragment_mini_player" />
</FrameLayout>
<io.github.muntashirakon.music.views.BottomNavigationBarTinted
<code.name.monkey.retromusic.views.BottomNavigationBarTinted
android:id="@+id/bottomNavigationView"
android:layout_width="match_parent"
android:layout_height="56dp"

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<io.github.muntashirakon.music.views.StatusBarView xmlns:android="http://schemas.android.com/apk/res/android"
<code.name.monkey.retromusic.views.StatusBarView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/status_bar"
android:layout_width="match_parent"