Skip to content

Commit 8eae09d

Browse files
committed
[Doc] Update Menu doc to link to androidx PopupMenu / ListPopupWindow instead of framework
Resolves #4332 PiperOrigin-RevId: 683179105
1 parent 1f56cd1 commit 8eae09d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/components/Menu.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

628628
The following example shows a menu with Material Theming.
629629

0 commit comments

Comments
 (0)