File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -112,9 +112,9 @@ API and source code:
112112* ` ContextMenu `
113113 * [ Class definition] ( https://developer.android.com/reference/android/view/ContextMenu )
114114* ` PopupMenu `
115- * [ Class definition] ( https://developer.android.com/reference/android /widget/PopupMenu )
115+ * [ Class definition] ( https://developer.android.com/reference/androidx/appcompat /widget/PopupMenu )
116116* ` ListPopupWindow `
117- * [ Class definition] ( https://developer.android.com/reference/android /widget/ListPopupWindow )
117+ * [ Class definition] ( https://developer.android.com/reference/androidx/appcompat /widget/ListPopupWindow )
118118
119119### Dropdown menu examples
120120
@@ -621,9 +621,9 @@ API and source code:
621621* ` ContextMenu `
622622 * [ Class definition] ( https://developer.android.com/reference/android/view/ContextMenu )
623623* ` PopupMenu `
624- * [ Class definition] ( https://developer.android.com/reference/android /widget/PopupMenu )
624+ * [ Class definition] ( https://developer.android.com/reference/androidx/appcompat /widget/PopupMenu )
625625* ` ListPopupWindow `
626- * [ Class definition] ( https://developer.android.com/reference/android /widget/ListPopupWindow )
626+ * [ Class definition] ( https://developer.android.com/reference/androidx/appcompat /widget/ListPopupWindow )
627627
628628The following example shows a menu with Material Theming.
629629
You can’t perform that action at this time.
0 commit comments