what-the-bank/resources/res/layout/2131558416.xml

35 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.appcompat.view.menu.ListMenuItemView xmlns:android="http://schemas.android.com/apk/res/android"
layout_width="match_parent"
layout_height="?attr/listPreferredItemHeightSmall">
<RelativeLayout
layout_gravity="center_vertical"
duplicateParentState="true"
layout_width="0dp"
layout_height="wrap_content"
layout_marginLeft="?attr/listPreferredItemPaddingLeft"
layout_marginRight="?attr/listPreferredItemPaddingRight"
layout_weight="1">
<TextView
textAppearance="?attr/textAppearanceListItemSmall"
ellipsize="marquee"
id="@+id/title"
fadingEdge="horizontal"
duplicateParentState="true"
layout_width="match_parent"
layout_height="wrap_content"
singleLine="true"
layout_alignParentLeft="true"
layout_alignParentTop="true"/>
<TextView
textAppearance="?android:attr/textAppearanceSmall"
id="@+id/shortcut"
duplicateParentState="true"
layout_width="wrap_content"
layout_height="wrap_content"
singleLine="true"
layout_below="@+id/title"
layout_alignParentLeft="true"/>
</RelativeLayout>
</androidx.appcompat.view.menu.ListMenuItemView>