main_series_view.xml 610 B

12345678910111213141516
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <android.support.constraint.ConstraintLayout
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. android:layout_width="match_parent"
  5. android:layout_height="match_parent">
  6. <android.support.v7.widget.RecyclerView
  7. android:id="@+id/main_category_recycler_view"
  8. android:layout_width="match_parent"
  9. android:layout_height="wrap_content"
  10. android:layout_marginTop="23dp"
  11. android:clipToPadding="false"
  12. android:paddingStart="16dp"
  13. android:paddingEnd="16dp"
  14. android:paddingBottom="20dp"/>
  15. </android.support.constraint.ConstraintLayout>