EddyVerbruggen / cordova-plugin-actionsheet

:clipboard: ActionSheet plugin for Cordova iOS and Android apps
208 stars 72 forks source link

Android Lolipop style action sheet? #18

Closed djett41 closed 9 years ago

djett41 commented 9 years ago

Hello! great plugin. Will the action sheet always reflect the OS design for previous, current, and future releases?

for example, the action sheet is no longer an inset popup for Lolipop and looks like the following.. Will this new UI design require an update to this plugin? Or will running the plugin at its current version look like the design below?

http://www.google.com/design/spec/components/bottom-sheets.html#bottom-sheets-specs

Thanks!!!

EddyVerbruggen commented 9 years ago

Hi,

I don't think the 'Bottom sheet' is the same as the 'AlertDialog' the plugin currently uses for Android. You can make sure that the AlertDialog is properly styled by passing in the correct 'theme' (I recently added this option).

To really support the new Bottom sheet the plugin would need an update indeed, but it's not planned at the moment.

Best, Eddy

djett41 commented 9 years ago

Thanks for the quick response! Exactly what I was looking for. thnaks

rayshan commented 8 years ago

FYI Android Support Library 23.2 introduced official support for Bottom Sheets: http://android-developers.blogspot.com/2016/02/android-support-library-232.html