Android overflow menu positioned above actionbar/toolbar?

后端 未结 4 1276
谎友^
谎友^ 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条回答
  •  萌比男神i
    2020-12-06 10:59

    Some simple steps Go to android manifest file and search for the activity in which your dropdown menu is present, for mine it's welcome Activity Now press control and click on the theme name

    
            
                
                
            
        
    

    you will move to the styles file where your theme is written once you go there, you

    
    

    Now paste these two items there

    false
    5.0dp
    

    and you are done...

    P.S: Unfortunately I can't share the screenshot here, it seems like SO giving some error on adding images. But you can see on this link Image File

提交回复
热议问题