dialog_quadstatemultichoice_item.xml 941 B

123456789101112131415161718
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <eu.kanade.tachiyomi.widget.materialdialogs.QuadStateTextView xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:tools="http://schemas.android.com/tools"
  4. xmlns:app="http://schemas.android.com/apk/res-auto"
  5. style="?attr/materialAlertDialogBodyTextStyle"
  6. android:id="@+id/quad_state_control"
  7. android:layout_width="match_parent"
  8. android:layout_height="wrap_content"
  9. android:background="?attr/selectableItemBackground"
  10. android:minHeight="?attr/listPreferredItemHeightSmall"
  11. android:gravity="start|center_vertical"
  12. android:textAlignment="viewStart"
  13. android:paddingStart="@dimen/abc_select_dialog_padding_start_material"
  14. android:paddingEnd="?attr/dialogPreferredPadding"
  15. android:drawablePadding="20dp"
  16. android:ellipsize="marquee"
  17. app:drawableStartCompat="@drawable/ic_check_box_outline_blank_24dp"
  18. tools:text="Quad-state item" />