ricardoalcocer / actionbarextras

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

Dropdown text color #100

Open falkolab opened 8 years ago

falkolab commented 8 years ago

Is it possible throught actionbarextras?

manumaticx commented 8 years ago

Hi @falkolab

we would have to replace the standard ArrayAdapter with a ThemedSpinnerAdapter in our current implementation of the DropdownProxy (which is still very basic). But the it would be possible to apply a Theme to the dropdown.

I'll put it on my list but I'm currently busy with other stuff, so I'm not sure when I cann accomplish that. If you do have a pull request for this, that would be awesome!

falkolab commented 8 years ago

I think to redesign my app due: http://developer.android.com/intl/ru/reference/android/app/ActionBar.html#setListNavigationCallbacks%28android.widget.SpinnerAdapter,%20android.app.ActionBar.OnNavigationListener%29

manumaticx commented 8 years ago

Ooops, accidently closed this