File tree 1 file changed +4
-4
lines changed
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:
112
112
* ` ContextMenu `
113
113
* [ Class definition] ( https://developer.android.com/reference/android/view/ContextMenu )
114
114
* ` PopupMenu `
115
- * [ Class definition] ( https://developer.android.com/reference/android /widget/PopupMenu )
115
+ * [ Class definition] ( https://developer.android.com/reference/androidx/appcompat /widget/PopupMenu )
116
116
* ` ListPopupWindow `
117
- * [ Class definition] ( https://developer.android.com/reference/android /widget/ListPopupWindow )
117
+ * [ Class definition] ( https://developer.android.com/reference/androidx/appcompat /widget/ListPopupWindow )
118
118
119
119
### Dropdown menu examples
120
120
@@ -621,9 +621,9 @@ API and source code:
621
621
* ` ContextMenu `
622
622
* [ Class definition] ( https://developer.android.com/reference/android/view/ContextMenu )
623
623
* ` PopupMenu `
624
- * [ Class definition] ( https://developer.android.com/reference/android /widget/PopupMenu )
624
+ * [ Class definition] ( https://developer.android.com/reference/androidx/appcompat /widget/PopupMenu )
625
625
* ` ListPopupWindow `
626
- * [ Class definition] ( https://developer.android.com/reference/android /widget/ListPopupWindow )
626
+ * [ Class definition] ( https://developer.android.com/reference/androidx/appcompat /widget/ListPopupWindow )
627
627
628
628
The following example shows a menu with Material Theming.
629
629
You can’t perform that action at this time.
0 commit comments