jamfish/app/src/main/res/layout/artist_detail_header.xml
2015-03-29 17:41:47 +02:00

19 lines
No EOL
659 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:layout_marginBottom="8dp"
android:scrollbars="none"/>
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="?separator_color"/>
</LinearLayout>