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

6 lines
279 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/class_list_recycler"
android:layout_width="match_parent"
android:layout_height="wrap_content"
/>