alanmcna / kiritakikoha

Automatically exported from code.google.com/p/kiritakikoha
0 stars 0 forks source link

Dynamic search term fields #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently the search activity always displays three search term fields. This 
uses a lot of screen real estate, meaning the user has to scroll down to find 
the search button.

Usually the user will only use a single search term, so by default we should 
display only one field. The user should be able to add more as needed.

Original issue reported on code.google.com by gcpatter...@gmail.com on 19 Jan 2012 at 9:58

GoogleCodeExporter commented 9 years ago

Original comment by gcpatter...@gmail.com on 19 Jan 2012 at 10:32

GoogleCodeExporter commented 9 years ago
Fields are hidden and are visable after "btnAddTerms" is pressed, and 
btnRemoveGroup makes them "GONE". btnRemoveGroup also makes the spinners reset 
also. Made an addornot spinner so that search results can include, search for 
both, or remove a term from search. Added LDPI icon for low res screens.

Original comment by Panchal....@gmail.com on 19 Jan 2012 at 11:30