in my Android application (for tablets), I have a two pane layout. On the left is a fragment containing a navigation menu of sorts, and on the right is a fragment loaded with buttons.
Pressing one of these buttons should result in a AlertDialog popping up. It does, however it pops up over the entire application, instead of just that one fragment. Everything else works perfectly.
I'd be eternally grateful if we could find a solution for this particular issue :)
Thank you!