|
|
@ -12,6 +12,8 @@
|
|
|
|
<android.support.v7.widget.CardView
|
|
|
|
<android.support.v7.widget.CardView
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
|
|
|
android:minHeight="100dp"
|
|
|
|
|
|
|
|
android:layout_gravity="center"
|
|
|
|
app:cardElevation="4dp"
|
|
|
|
app:cardElevation="4dp"
|
|
|
|
app:cardUseCompatPadding="true"
|
|
|
|
app:cardUseCompatPadding="true"
|
|
|
|
app:cardCornerRadius="5dp"
|
|
|
|
app:cardCornerRadius="5dp"
|
|
|
@ -19,6 +21,7 @@
|
|
|
|
<TextView
|
|
|
|
<TextView
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
|
|
|
android:gravity="center"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:text="Song Name"
|
|
|
|
android:text="Song Name"
|
|
|
|
android:id="@+id/songName"
|
|
|
|
android:id="@+id/songName"
|
|
|
|