1

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.

ahodder
  • 11,353
  • 14
  • 71
  • 114
Scott
  • 303
  • 2
  • 11

1 Answers1

0

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:

Scott
  • 303
  • 2
  • 11