Skip to content
Advertisement

Tag: dialog

Dialog Activity has a layout on the background

I am trying to make a dialog activity when the notification is clicked but I encountered some trouble. as you can see, the dialog is opened after clicking the notification but the black background is not necessary, how could I remove this ? I wanted to do is just pop.out the dialog box on the application before resuming to the

Opening a new window on a button click in java

I’m just starting with using interfaces in java, I’m okay with having just one window and that doing what i need. But i now want to link two windows together e.g. Frame 1 opens. user chooses button1 (enter data). Frame 2 opens so user can enter the data. Code for Frame 1: Code for Frame 2: Basically I would like

Fullscreen DialogFragment overlaps with StatusBar

I created a full screen dialog with the official Guide The problem is, that my Toolbar overlaps with the status bar and I cannot figure out how to solve this. DialogFragment Layout Toolbar Activity creating Dialog EDIT After removing StatusBarTransparency from v21-styles it looks like this Answer The problem is in the transaction.add(containerId, fragment) part. You have it set to:

Advertisement