blob: c03957038f24445dfc9652cf8ef84800069c07d8 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<CheckedTextView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/text"
android:layout_width="match_parent"
android:layout_height="?android:listPreferredItemHeight"
android:checkMark="?android:listChoiceIndicatorMultiple"
android:gravity="center_vertical"
android:paddingEnd="@dimen/activity_horizontal_margin"
android:paddingStart="@dimen/activity_horizontal_margin"
android:textAppearance="?android:textAppearanceListItem"/>