Example usage for android.app Dialog.OnShowListener interface-usage

List of usage examples for android.app Dialog.OnShowListener interface-usage

Introduction

In this page you can find the example usage for android.app Dialog.OnShowListener interface-usage.

Usage

From source file org.melato.bus.android.activity.TimeIntervalFragment.java

/** Dialog for selecting a wait time for a leg in a sequence. */
public class TimeIntervalFragment extends DialogFragment implements Dialog.OnShowListener, View.OnClickListener {
    private IntAccessor accessor;
    private EditText textView;
    private int title = R.string.wait_time;
    private int ok = R.string.ok;

From source file org.melato.android.ui.RenameFragment.java

public class RenameFragment extends DialogFragment implements Dialog.OnShowListener, View.OnClickListener {
    private RenameHandler handler;
    private EditText textView;
    private int title = R.string.rename;
    private int ok = R.string.ok;
    private AlertDialog dialog;