设置toolbar中弹出的menu菜单在toolbar的底部显示

<style name="toolbarMenu">
<item name="actionOverflowMenuStyle">@style/OverflowMenuStyle</item>
</style>
<style name="OverflowMenuStyle" parent="Widget.AppCompat.Light.PopupMenu.Overflow">
<item name="overlapAnchor">false</item> <!--设置不覆盖锚点-->
</style>

相关文章:

  • 2022-01-01
  • 2022-01-12
  • 2022-12-23
  • 2022-12-23
  • 2021-08-29
  • 2021-07-24
  • 2021-09-18
猜你喜欢
  • 2021-10-23
  • 2021-07-24
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案