Top "Android-dialogfragment" questions

DialogFragment is a fragment that displays a dialog window, floating on top of its activity's window.

Maintain Immersive mode when DialogFragment is Shown

I have an Android Application that is made using Fragments I am hiding the bars at top and bottom of …

android keyboard android-dialogfragment android-immersive
Allow outside touch for DialogFragment

I have a Fragment in my app that shows a DialogFragment. I have in the fragment a button that closes …

android android-dialogfragment
How to keep DialogFragment positive/negative buttons above soft keyboard

I am using a DialogFragment. I want the positive and negative buttons to remain above the keyboard when the user …

android android-dialogfragment
Set status bar color from DialogFragment

I'm creating an app which changes status bar color dynamically. My method in main Activity class works fine when called …

android android-fragments android-dialogfragment
DialogFragment callback on orientation change

I'm migrating my dialogs, currently using Activity.showDialog(DIALOG_ID);, to use the DialogFragment system as discussed in the android …

android dialog callback orientation-changes android-dialogfragment
Up ActionBar action on DialogFragment

I have a DialogFragment that is styled to full screen using setStyle(STYLE_NORMAL, R.style.Theme_App). The DialogFragment …

android android-dialogfragment android-actionbar-compat dialogfragment
Shared Element Transition not working

I have made a github project with just the issue. You can see it / clone it / build it from here: …

android android-layout android-fragments android-dialogfragment
remove white background in dialogfragment

Here's how I called my DialogFragment: DialogSelectAccount myDiag=new DialogSelectAccount(); myDiag.show(ft,"Diag" ); Here's how (partially) my DialogFragment is …

android android-layout android-fragments android-dialogfragment android-dialog
How do I display a full-width DialogFragment?

I am trying to create a custom DialogFragment, that extends over the whole width of my screen (or rather, parent …

android android-dialogfragment
onActivityResult in dialog fragment

I'm taking photo from dialog fragment. And also I need something like startActivityForResult(takePictureIntent, actionCode); @Override public void onActivityResult(int …

android android-dialogfragment start-activity onactivityresult