asistencia/attendance-ubb/src/main/res/layout/view_subject_list_recycler.xml

6 lines
281 B
XML

<android.support.v7.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/subject_list_recycler"
android:layout_width="match_parent"
android:layout_height="wrap_content"
/>