pref_more_header.xml 844 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:app="http://schemas.android.com/apk/res-auto"
  4. xmlns:tools="http://schemas.android.com/tools"
  5. android:layout_width="match_parent"
  6. android:layout_height="wrap_content"
  7. android:background="?attr/colorSurface">
  8. <ImageView
  9. android:layout_width="56dp"
  10. android:layout_height="56dp"
  11. android:layout_gravity="center"
  12. android:layout_margin="32dp"
  13. app:srcCompat="@drawable/ic_tachi"
  14. app:tint="?attr/colorOnSurface"
  15. tools:ignore="ContentDescription" />
  16. <com.google.android.material.divider.MaterialDivider
  17. android:layout_width="match_parent"
  18. android:layout_height="wrap_content"
  19. android:layout_gravity="bottom" />
  20. </FrameLayout>