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

19 lines
661 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layout_behavior="@string/appbar_scrolling_view_behavior"
tools:context=".SubjectList"
tools:showIn="@layout/app_bar_subject_list">
<include
layout="@layout/view_subject_list_recycler"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</LinearLayout>