ricardoalcocer / actionbarextras

Titanium Android Native Module that exposes ActionBar features not exposed by the Titanium SDK
MIT License
149 stars 60 forks source link

Animated Material Icons #85

Closed Brian-McBride closed 8 years ago

Brian-McBride commented 9 years ago

It would be great to enable this as a possible addition to the lib:

https://github.com/balysv/material-menu

The biggest hindrance is that when Titanium properly supports the new AppCompat libs and moves to the arguably better ToolBar widget, this module would break.

manumaticx commented 9 years ago

The lib seems to support toolbar too, so that shouldn't be a problem.

I just need to think about how this could work together with DrawerLayout.... but theoretically it should be absolutely possible. I'll have a look as soon as I have some time

Brian-McBride commented 9 years ago

Speaking of drawer layout, I use this in my native Android apps: https://github.com/mikepenz/MaterialDrawer

Mike has done an incredible job of making a super great drawer library. If someone wanted to wrap this as a module, it would be super. Alas, I don't have the time myself :( Perhaps the link will inspire someone though.

chmiiller commented 8 years ago

omg @Brian-McBride that's awesome! Seems to be impossible do this with Titanium =/

manumaticx commented 8 years ago

@Brian-McBride I think I'm not going to implement this because: