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

52 lines
1.8 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">
<TextView
textAppearance="?attr/textAppearanceLargePopupMenu"
layout_gravity="center_vertical"
id="@+id/title"
duplicateParentState="true"
layout_width="wrap_content"
layout_height="wrap_content"
singleLine="true"
style="@style/2132017589"/>
<Space
layout_width="0dp"
layout_height="1dp"
layout_weight="1"/>
<TextView
textAppearance="?attr/textAppearanceSmallPopupMenu"
layout_gravity="center_vertical"
id="@+id/shortcut"
duplicateParentState="true"
layout_width="wrap_content"
layout_height="wrap_content"
singleLine="true"
style="@style/2132017586"/>
<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>