Closed b10102016 closed 5 years ago
As title,
When called findViewWithAttributeThatMatches, only get one view. However, according to the result of dump -a, there are more than one view that match the regexp.
dump -a
Thanks
You can try
findViewsWithAttribute(attr, regex)
(notice the plural Views).
But you are right, and probably the method findViewsWithAttributeThatMatches() should be added.
findViewsWithAttributeThatMatches()
Thanks for updating
As title,
When called findViewWithAttributeThatMatches, only get one view. However, according to the result of
dump -a
, there are more than one view that match the regexp.Thanks