philburk / android-midisuite

Android MIDI test programs and examples.
Apache License 2.0
153 stars 53 forks source link

use Spinner Context to create ArrayAdapter #33

Closed loki666 closed 7 years ago

loki666 commented 7 years ago

this is need to allow the View created by the Adapter to inherit the same Theme as the Spinner.

ie: if you put the Spinner in the Toolbar with a Theme.AppCompat.Light.DarkActionBar , the view inflated by the Adapter have black text color, where it should be white.