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

6 lines
281 B
XML
Raw Normal View History

2017-12-06 21:01:09 -03:00
<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"
/>