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

Mobile Technologies Mobile Computing . 2 weeks ago

  1   0   0   0   1 tuteeHUB earn credit +10 pts

5 Star Rating 5 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 Mobile Technologies Links

tuteehub community

Join Our Community Today

Ready to take your education and career to the next level? Register today and join our growing community of learners and professionals.

tuteehub community