Search in sources :

Example 1 with AlertController

use of org.holoeverywhere.widget.AlertController in project HoloEverywhere by Prototik.

the class AlertActivity method onCreate.

@Override
protected void onCreate(Bundle savedInstanceState) {
    super.onCreate(savedInstanceState);
    mAlert = new AlertController(this, this, getWindow(), this);
    mAlertParams = new AlertController.AlertParams(this);
}
Also used : AlertController(org.holoeverywhere.widget.AlertController)

Aggregations

AlertController (org.holoeverywhere.widget.AlertController)1