otbeta/com.iamthefij.otbeta/src/main/res/layout/workout_list.xml

12 lines
579 B
XML

<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.RecyclerView 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:id="@+id/workout_list"
android:name="com.iamthefij.otbeta.WorkoutListFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layoutManager="LinearLayoutManager"
tools:context="com.iamthefij.otbeta.WorkoutListActivity"
tools:listitem="@layout/workout_list_content" />