section_header_item.xml 561 B

12345678910111213141516
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:tools="http://schemas.android.com/tools"
  4. android:layout_width="match_parent"
  5. android:layout_height="wrap_content">
  6. <TextView
  7. android:id="@+id/title"
  8. style="@style/TextAppearance.Medium.SubHeading"
  9. android:layout_width="match_parent"
  10. android:layout_height="wrap_content"
  11. android:paddingHorizontal="16dp"
  12. android:paddingVertical="8dp"
  13. tools:text="Title" />
  14. </FrameLayout>