You need to use a Theme.AppCompat theme (or descendant) with this activity

Web Technologies Web Development 2 years ago

0 0 0 0 0 tuteeHUB earn credit +10 pts

5 Star Rating 1 Rating
_x000D_ _x000D_ Android Studio 0.4.5 Android documentation for creating custom dialog boxes: http://developer.android.com/guide/topics/ui/dialogs.html If you want a custom dialog, you can instead display an Activity as a dialog instead of using the Dialog APIs. Simply create an activity and set its theme to Theme.Holo.Dialog in the manifest element: However, when I tried this I get the following exception: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity I am supporting the following, and I can't using something greater than 10 for the min: minSdkVersion 10 targetSdkVersion 19 In my styles I have the following:

Important Web Technologies Links