Skip to content

Commit

Permalink
[Doc] Update Menu doc to link to androidx PopupMenu / ListPopupWindow…
Browse files Browse the repository at this point in the history
… instead of framework

Resolves #4332

PiperOrigin-RevId: 683179105
  • Loading branch information
dsn5ft committed Oct 7, 2024
1 parent 1f56cd1 commit 8eae09d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/components/Menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ API and source code:
* `ContextMenu`
* [Class definition](https://developer.android.com/reference/android/view/ContextMenu)
* `PopupMenu`
* [Class definition](https://developer.android.com/reference/android/widget/PopupMenu)
* [Class definition](https://developer.android.com/reference/androidx/appcompat/widget/PopupMenu)
* `ListPopupWindow`
* [Class definition](https://developer.android.com/reference/android/widget/ListPopupWindow)
* [Class definition](https://developer.android.com/reference/androidx/appcompat/widget/ListPopupWindow)

### Dropdown menu examples

Expand Down Expand Up @@ -621,9 +621,9 @@ API and source code:
* `ContextMenu`
* [Class definition](https://developer.android.com/reference/android/view/ContextMenu)
* `PopupMenu`
* [Class definition](https://developer.android.com/reference/android/widget/PopupMenu)
* [Class definition](https://developer.android.com/reference/androidx/appcompat/widget/PopupMenu)
* `ListPopupWindow`
* [Class definition](https://developer.android.com/reference/android/widget/ListPopupWindow)
* [Class definition](https://developer.android.com/reference/androidx/appcompat/widget/ListPopupWindow)

The following example shows a menu with Material Theming.

Expand Down

0 comments on commit 8eae09d

Please sign in to comment.