Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Appcompat and alert dialogs in the support library #42

Closed
dabluck opened this issue Apr 23, 2015 · 0 comments
Closed

Support Appcompat and alert dialogs in the support library #42

dabluck opened this issue Apr 23, 2015 · 0 comments

Comments

@dabluck
Copy link

dabluck commented Apr 23, 2015

Android support library 22.1 update brought support for material dialogs in older apis.

see here: http://android-developers.blogspot.com/2015/04/android-support-library-221.html

It would be nice to be able to support in this library, but implementation is tricky because if the activity and theme aren't from appcompat then it will crash the app. obviously forcing all users to use appcompat isn't ideal.

Let me know your thoughts. the code for supporting only appcompat is trivial (see my fork if you want).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant