android overflow menu in bottom bar

前端 未结 3 1667
野的像风
野的像风 2021-01-07 10:08

I\'m trying to get the overflow button from the action bar to show up in the bottom, next to the back/home/other-apps buttons. I was assuming this would be the case if I tur

3条回答
  •  無奈伤痛
    2021-01-07 10:49

    In your AndroidManifest you have to set the targetSdkVersion to 13 or earlier like this:

    
    

    That will force ICS to run your app in compatibility mode and give you the 3 dots in your bottom bar for your overflow menu.

提交回复
热议问题