• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Is it even possible to implement overflow menu in fragmentActivity?

dolinarr

Lurker
Okay, this thing is really driving me crazy. I tried everything, but I cant make this thing to work.

http://pastebin.com/0ZssNgpK

these are my xml files and onCreate methods.

Menu IS working, elements are shown, but I cant put them under overflow menu (those three dots).
I have to use fragmentactivity, since I use google maps and this is also why I can't use
`setHasOptionsMenu(true)`.

I would really appreciate any help since I got no success asking on stackoverflow / reddit.
 
Back
Top Bottom