This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import android.app.Dialog; | |
import android.app.ProgressDialog; | |
import android.os.Bundle; | |
import android.support.v4.app.DialogFragment; | |
public class ProgressDialogFragment extends DialogFragment { | |
private static final String ARG_MESSAGE = "message"; | |
private static final String ARG_INDETERMINATE = "indeterminate"; |