35 lines
1.4 KiB
XML
35 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.appcompat.view.menu.ListMenuItemView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="?attr/y6">
|
|
<RelativeLayout
|
|
android:layout_gravity="center_vertical"
|
|
android:duplicateParentState="true"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="?attr/y8"
|
|
android:layout_marginRight="?attr/y9"
|
|
android:layout_weight="1">
|
|
<TextView
|
|
android:textAppearance="?attr/a__"
|
|
android:ellipsize="marquee"
|
|
android:id="@+id/a39"
|
|
android:fadingEdge="horizontal"
|
|
android:duplicateParentState="true"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:singleLine="true"
|
|
android:layout_alignParentLeft="true"
|
|
android:layout_alignParentTop="true"/>
|
|
<TextView
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
android:id="@+id/a0x"
|
|
android:duplicateParentState="true"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:singleLine="true"
|
|
android:layout_below="@+id/a39"
|
|
android:layout_alignParentLeft="true"/>
|
|
</RelativeLayout>
|
|
</androidx.appcompat.view.menu.ListMenuItemView>
|