discord-jadx/app/src/main/res/layout/abc_popup_menu_item_layout.xml

12 lines
2.2 KiB
XML

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