Trinea / android-common

Android common lib, include ImageCache, HttpCache, DropDownListView, DownloadManager, Utils and so on
http://p.codekk.com/
5.01k stars 2.65k forks source link

Add a method to get descended views #8

Closed arai-wa closed 10 years ago

arai-wa commented 10 years ago

I added getDescendants method to the ViewUtils class. This method calls ViewGroup#getChildAt(int) recursively and returns a list of descended vierws.

Trinea commented 10 years ago