Files
2026-04-05 01:00:07 -05:00

17 lines
734 B
XML

<?xml version="1.0" encoding="utf-8"?>
<CheckedTextView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
android:ellipsize="marquee"
android:gravity="center"
android:id="@android:id/text1"
android:paddingLeft="@dimen/av"
android:paddingRight="?attr/nx"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="?attr/y6"
android:drawablePadding="20dp"
android:textAlignment="viewStart"
android:paddingStart="@dimen/av"
android:paddingEnd="?attr/nx"
app:drawableLeftCompat="?android:attr/listChoiceIndicatorSingle"
app:drawableStartCompat="?android:attr/listChoiceIndicatorSingle"/>