library_list_recycler.xml 436 B

12345678910
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <android.support.v7.widget.RecyclerView
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. xmlns:tools="http://schemas.android.com/tools"
  5. android:id="@+id/library_list"
  6. android:layout_width="match_parent"
  7. android:layout_height="match_parent"
  8. android:paddingTop="@dimen/material_component_lists_padding_above_list"
  9. tools:listitem="@layout/item_library_list" />