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

_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:

Similar Forum


Q

Unity hosting a custom piece of code on own website [on hold]

_x000D_ _x000D_ I was wondering how would you be able to host an "API" on your own website that you...
Q

I am needing advice on a web bot [on hold]

_x000D_ _x000D_ I want to code a bot that has a GUI or CLI doesn't really matter yet but a GUI would...
Q

date and time picker, that can take a max and min absolute time, compatible with react [on hold]

_x000D_ _x000D_ I have an issue with scheduling things in a web platform (react.js), and need a date...

Important Web Technologies Links