The AutoCompleteTextView drop-down has a large font size. I want to change it to something smaller. I think the way to do it is to overwrite the
android.R.layout.simple_dropdown_item_1line. Please can someone let me know how to do it.
Thank you.
Cheers.
setTextAppearance() should allow you modify text size.