jamfish/app/src/main/res/layout/artist_detail_header.xml
Karim Abou Zeid 3bc0059989 Clean ups
2015-06-21 13:27:25 +02:00

19 lines
No EOL
629 B
XML

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<android.support.v7.widget.RecyclerView
android:id="@+id/recycler_view"
android:layout_width="match_parent"
android:layout_height="164dp"
android:layout_marginTop="8dp"
android:scrollbars="none" />
<View
android:layout_marginTop="-8dp"
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="?separator_color" />
</LinearLayout>