Android - Custom AutoCompleteTextView layout
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. 开发者_如何学JAVACheers.
setTextAppearance() should allow you modify text size.
精彩评论