2020-09-03 17:52:44 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<CheckedTextView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:id="@+id/single_select_item_text"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="?selectableItemBackground"
|
|
|
|
android:drawableStart="?android:attr/listChoiceIndicatorSingle"
|
|
|
|
android:drawablePadding="20dp"
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
android:minHeight="?attr/listPreferredItemHeightSmall"
|
|
|
|
android:paddingStart="20dp"
|
|
|
|
android:paddingEnd="?attr/dialogPreferredPadding"
|
2020-09-10 14:40:29 -04:00
|
|
|
android:textAppearance="?android:attr/textAppearanceListItem"
|
|
|
|
android:textColor="?attr/textColorAlertDialogListItem"
|
2020-11-10 10:20:54 -05:00
|
|
|
android:theme="@style/Signal.Widget.CompoundButton.RadioButton"
|
2020-09-10 14:40:29 -04:00
|
|
|
tools:text="Pick me!" />
|