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);
}
Aggregations