Get context of PopupMenu like ContextMenu
问题 So my ExpandableListView has group rows that are defined like : group_row.xml <?xml version=\"1.0\" encoding=\"utf-8\"?> <RelativeLayout xmlns:android=\"http://schemas.android.com/apk/res/android\" android:layout_width=\"match_parent\" android:layout_height=\"match_parent\" > <TextView android:id=\"@+id/GroupName\" style=\"@style/ListViewRowStyle\" android:paddingLeft=\"40dp\" android:textSize=\"18sp\" > </TextView> <ImageView android:id=\"@+id/Menu\" android:layout_width=\"wrap_content\"