0
アダプターリストの背景色を変更するにはAndroid:スピナーのホワイトテキストのテキスト
MyAdapter myAdapter=new MyAdapter(this,
android.R.layout.simple_dropdown_item_1line, "Your List",null);
アダプターリストの背景色を変更するにはAndroid:スピナーのホワイトテキストのテキスト
MyAdapter myAdapter=new MyAdapter(this,
android.R.layout.simple_dropdown_item_1line, "Your List",null);
これは色を変更するためのソリューションです。
利用コード:
MyAdapter myAdapter=new MyAdapter(Activity.this,
android.R.layout.simple_dropdown_item_1line, "Your List",null);
の代わり:
MyAdapter myAdapter=new MyAdapter(this,
android.R.layout.simple_dropdown_item_1line, "Your List",null);