HumanLearning2021/HumanLearningApp

View on GitHub
app/src/main/res/layout/fragment_dataset_list.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="utf-8"?>
<androidx.recyclerview.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/recyclerView_dataset_list"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    app:layoutManager="LinearLayoutManager"
    tools:context=".view.dataset_list_fragment.DatasetListWidget"
    tools:listitem="@layout/fragment_dataset_list_elt" />