Highlight buttons on search
问题 I am trying to implement search functionality in android to search for buttons. Usually, search is used to search listviews but I want to use it to search buttons. I have 118 buttons in my activity and there is an edittext (Search bar) on the top. Each button represents the symbol of a chemical element. eg : Cu = Copper Zn = Zinc O = Oxygen F = Fluorine Cl = Chlorine and 112 more.... This is what my activity looks like (This screen shot is just to better explain my problem and it is not the