Android - custom AutoText layout

The AutoCompleteTextView drop-down list has a large font size. I want to change it to something less. I think the way to do this is to rewrite

android.R.layout.simple_dropdown_item_1line. Please let someone let me know how to do this.

Thank. Greetings.

+3
source share
1 answer

setTextAppearance () should allow you to resize the text.

+2
source

Source: https://habr.com/ru/post/1762155/


All Articles