The best way is to create your own xml file with a customized design, such as "dropdown.xml"
and in your code use this
AutoCompleteTextView etChoose= (AutoCompleteTextView) findViewById(R.id.etChoose);
ArrayAdapter adapterChoose = new ArrayAdapter(this,R.layout.dropdown, ChooseList);