removing the song dividers for cleaner up
This commit is contained in:
parent
fbd7be6d87
commit
103bf713a8
2 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
|
@ -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"/>
|
||||
|
|
Loading…
Reference in a new issue