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

58 lines
2.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.appcompat.view.menu.ListMenuItemView xmlns:android="http://schemas.android.com/apk/res/android"
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content"
minWidth="196dp">
<ImageView
id="@+id/group_divider"
background="@drawable/abc_list_divider_material"
layout_width="match_parent"
layout_height="1dp"
layout_marginTop="4dp"
layout_marginBottom="4dp"/>
<LinearLayout
id="@+id/content"
duplicateParentState="true"
layout_width="match_parent"
layout_height="?attr/dropdownListPreferredItemHeight"
style="@style/2132017584">
<RelativeLayout
layout_gravity="center_vertical"
duplicateParentState="true"
layout_width="0dp"
layout_height="wrap_content"
layout_weight="1"
style="@style/2132017585">
<TextView
textAppearance="?attr/textAppearanceLargePopupMenu"
ellipsize="marquee"
id="@+id/title"
fadingEdge="horizontal"
duplicateParentState="true"
layout_width="match_parent"
layout_height="wrap_content"
singleLine="true"
layout_alignParentTop="true"
style="@style/2132017588"/>
<TextView
textAppearance="?attr/textAppearanceSmallPopupMenu"
id="@+id/shortcut"
duplicateParentState="true"
layout_width="wrap_content"
layout_height="wrap_content"
singleLine="true"
layout_below="@+id/title"
style="@style/2132017588"/>
</RelativeLayout>
<ImageView
layout_gravity="center"
id="@+id/submenuarrow"
visibility="gone"
layout_width="wrap_content"
layout_height="wrap_content"
scaleType="center"
style="@style/2132017587"/>
</LinearLayout>
</androidx.appcompat.view.menu.ListMenuItemView>