Question

Can each search suggestion can display only a max of two columns? The SearchableDictionary sample in the Android SDK shows the word (SUGGEST_COLUMN_TEXT_1) and its definition (SUGGEST_COLUMN_TEXT_2) in response to a user typing in the search bar. Is it possible to add, say, a third line underneath? None of the other SUGGEST_COLUMN_* seem appropriate.

Was it helpful?

Solution

I'm answering this as I got confirmation from grokkingandroid.com that there's a max of 2 columns allowed for a suggestion. Link is:

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top