Java android.support.v4.app AlertDialog fields, constructors, methods, implement or subclass

Example usage for Java android.support.v4.app AlertDialog fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.support.v4.app AlertDialog.

The text is from its open source code.

Field

intTHEME_TRADITIONAL
Special theme constant for #AlertDialog(Context,int) : use the traditional (pre-Holo) alert dialog theme.
intTHEME_HOLO_LIGHT
Special theme constant for #AlertDialog(Context,int) : use the holographic alert theme with a light background.