Skip to content

Commit

Permalink
Merge pull request #1214 from prathameshmm02/dev
Browse files Browse the repository at this point in the history
Updated Screenshots
  • Loading branch information
Daksh777 committed Jan 1, 2022
2 parents afc309a + 78c765f commit cdb0daa
Show file tree
Hide file tree
Showing 21 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {
vectorDrawables.useSupportLibrary = true

applicationId "code.name.monkey.retromusic"
versionCode 10556
versionCode 10557
versionName '5.6.1'

buildConfigField("String", "GOOGLE_PLAY_LICENSING_KEY", "\"${getProperty(getProperties('../public.properties'), 'GOOGLE_PLAY_LICENSE_KEY')}\"")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ class PlayerAlbumCoverFragment : AbsMusicServiceFragment(R.layout.fragment_playe
private fun showLyrics(visible: Boolean) {
ObjectAnimator.ofFloat(lrcView, View.ALPHA, if (visible) 1F else 0F).apply {
doOnEnd {
lrcView.isVisible = visible
_binding?.lyricsView?.isVisible = visible
}
start()
}
Expand Down
Binary file modified app/src/main/res/drawable-xxxhdpi/np_adaptive.webp
Binary file not shown.
Binary file modified app/src/main/res/drawable-xxxhdpi/np_blur.webp
Binary file not shown.
Binary file modified app/src/main/res/drawable-xxxhdpi/np_blur_card.webp
Binary file not shown.
Binary file modified app/src/main/res/drawable-xxxhdpi/np_card.webp
Binary file not shown.
Binary file modified app/src/main/res/drawable-xxxhdpi/np_circle.webp
Binary file not shown.
Binary file modified app/src/main/res/drawable-xxxhdpi/np_classic.webp
Binary file not shown.
Binary file modified app/src/main/res/drawable-xxxhdpi/np_color.webp
Binary file not shown.
Binary file modified app/src/main/res/drawable-xxxhdpi/np_fit.webp
Binary file not shown.
Binary file modified app/src/main/res/drawable-xxxhdpi/np_flat.webp
Binary file not shown.
Binary file modified app/src/main/res/drawable-xxxhdpi/np_full.webp
Binary file not shown.
Binary file modified app/src/main/res/drawable-xxxhdpi/np_gradient.webp
Binary file not shown.
Binary file modified app/src/main/res/drawable-xxxhdpi/np_material.webp
Binary file not shown.
Binary file modified app/src/main/res/drawable-xxxhdpi/np_minimalistic_circle.webp
Binary file not shown.
Binary file modified app/src/main/res/drawable-xxxhdpi/np_normal.webp
Binary file not shown.
Binary file modified app/src/main/res/drawable-xxxhdpi/np_peak.webp
Binary file not shown.
Binary file modified app/src/main/res/drawable-xxxhdpi/np_plain.webp
Binary file not shown.
Binary file modified app/src/main/res/drawable-xxxhdpi/np_simple.webp
Binary file not shown.
Binary file modified app/src/main/res/drawable-xxxhdpi/np_tiny.webp
Binary file not shown.
3 changes: 1 addition & 2 deletions app/src/main/res/values-in-rID/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<string name="action_go_to_album">Pergi ke album</string>
<string name="action_go_to_artist">Pergi ke artis</string>
<string name="action_go_to_genre">Pergi ke genre</string>
<string name="action_go_to_lyrics">Pergi ke lirik</string>
<string name="action_go_to_lyrics">Go to Lyrics</string>
<string name="action_go_to_start_directory">Ke direktori awal</string>
<string name="action_grant">Izinkan</string>
<string name="action_grid_size">Ukuran kisi</string>
Expand Down Expand Up @@ -134,7 +134,6 @@
<string name="currently_listening_to_x_by_x">Saat ini mendengarkan %1$s oleh %2$s.</string>
<string name="custom_artist_images">Gambar Artis Kustom</string>
<string name="dark_theme_name">Agak Gelap</string>
<string name="databases_description">Database (Daftar Putar, Riwayat, Paling Banyak Diputar, dll.)</string>
<string name="delete_playlist_title">Hapus daftar putar</string>
<string name="delete_playlist_x"><![CDATA[Hapus daftar putar <b>%1$s</b>?]]></string>
<string name="delete_playlists_title">Hapus daftar putar</string>
Expand Down

0 comments on commit cdb0daa

Please sign in to comment.