2016-05-12 9 views

Antwort

0

Dies ist eine Lösung zum Ändern der Farbe.

Rabatt-Code:

MyAdapter myAdapter=new MyAdapter(Activity.this, 
     android.R.layout.simple_dropdown_item_1line, "Your List",null); 

statt:

MyAdapter myAdapter=new MyAdapter(this, 
     android.R.layout.simple_dropdown_item_1line, "Your List",null);