25 lines
1.0 KiB
XML
25 lines
1.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:orientation="vertical"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
<CheckedTextView
|
|
android:textAppearance="?android:attr/textAppearanceLarge"
|
|
android:textColor="?android:attr/textColorAlertDialogListItem"
|
|
android:ellipsize="marquee"
|
|
android:gravity="center_vertical"
|
|
android:id="@+id/r9"
|
|
android:duplicateParentState="true"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:checkMark="?android:attr/listChoiceIndicatorSingle"
|
|
android:minHeight="?android:attr/listPreferredItemHeight"
|
|
android:paddingStart="12dp"
|
|
android:paddingEnd="7dp"/>
|
|
<TextView
|
|
android:id="@+id/r8"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginBottom="@dimen/fy"/>
|
|
</LinearLayout>
|