diff --git a/app/src/main/kotlin/it/vfsfitvnm/vimusic/ui/views/LyricsView.kt b/app/src/main/kotlin/it/vfsfitvnm/vimusic/ui/views/LyricsView.kt index d4cc2d0..e4991b5 100644 --- a/app/src/main/kotlin/it/vfsfitvnm/vimusic/ui/views/LyricsView.kt +++ b/app/src/main/kotlin/it/vfsfitvnm/vimusic/ui/views/LyricsView.kt @@ -64,11 +64,9 @@ fun LyricsView( .padding(horizontal = 48.dp) ) { if (lyrics.isEmpty()) { - TextCard( - icon = R.drawable.sad - ) { - Title(text = "No results found") - Text(text = "Please try a different query or category.") + TextCard(icon = R.drawable.sad) { + Title(text = "Lyrics not available") + Text(text = "...but you can always search them online and add them here!") } } else { BasicText( diff --git a/app/src/main/res/drawable/text.xml b/app/src/main/res/drawable/text.xml deleted file mode 100644 index 70c024a..0000000 --- a/app/src/main/res/drawable/text.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - -