-1

I want use alert dialog like this picture for API 15 and API 19 I want use alert dialog like this picture for API 15 and API 19

Gopal Singh Sirvi
  • 4,539
  • 5
  • 33
  • 55

1 Answers1

0

Use android support v7 appcompat library to achieve this. The library is to maintain the backward compatibility. After adding this library to reference you can use AppCompatActivity instead of Activity.

To find this library import the library project from sdk/extras/android/support/v7/appcompat and then use it in reference of your current project

Gopal Singh Sirvi
  • 4,539
  • 5
  • 33
  • 55