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

Mobile Technologies Mobile Computing 8 months ago

1 1 0 0 1

_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

Would Firebase be a good choice as a server for the Flutter mobile game I'm creating?

_x000D_ _x000D_ I am building a turn-based Flutter game. Would Firebase be a good choice as a server...
Q

Implement Bottom Navigation activity along with a VerticalViewPager with nested Cardview in Android...

_x000D_ _x000D_ I want to develop an Android App which will have a Bottom Navigation Bar and above i...
Q

(JS) For , determine if the device offers or not to capture a photo from the camera

_x000D_ _x000D_ When uploading a file, I need to give the user the possibility: upload the file fr...

Important Mobile Technologies Links