views:

29

answers:

1

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.

+1  A: 

setTextAppearance() should allow you modify text size.

youssef azari
Thanks youssef. will check it out.
Viren Pushpanayagam
you're welcome, let me know if it worked for you.
youssef azari