removing the song dividers for cleaner up

This commit is contained in:
tibbi 2020-03-28 12:26:04 +01:00
parent fbd7be6d87
commit 103bf713a8
2 changed files with 1 additions and 1 deletions

View file

@ -619,7 +619,6 @@ class MainActivity : SimpleActivity(), SongListListener {
songPicked(getSongIndex(it as Song))
}.apply {
isThirdPartyIntent = this@MainActivity.isThirdPartyIntent
addVerticalDividers(true)
songs_list.adapter = this
}
} else {

View file

@ -36,6 +36,7 @@
android:layout_below="@+id/song_title"
android:layout_toStartOf="@+id/song_note_image"
android:ellipsize="end"
android:alpha="0.6"
android:maxLines="3"
android:textSize="@dimen/normal_text_size"
tools:text="Song Artist"/>