Android overflow menu positioned above actionbar/toolbar?

后端 未结 4 1275
谎友^
谎友^ 2020-12-06 10:08

I\'m trying to get my overflow menu to appear below the top bar in my app. When I was using the Holo theme it did this just fine, but I\'m trying to get my app to use materi

4条回答
  •  粉色の甜心
    2020-12-06 11:12

    Per the Material Design specifications (see the Menus section):

    A menu is a temporary sheet of paper that always overlaps the app bar, rather than behaving as an extension of the app bar.

    Menu overlap app bar

    So what you are seeing is the correct Material design for menus.

提交回复
热议问题