Mobile Technologies Mobile Computing . 1 year ago

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

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

1 views   0   0 likes   0 shares Tuteehub forum manpreet 0 answers
_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: