ursus
08/01/2018, 1:19 AMdknapp
08/01/2018, 1:30 AMval imageViews: Array<TextView?> = Array(quoteContainers.size) { idx -> quoteContainers[idx].findViewById(R.id.imageView) }
as a first quick and dirty implementation. You'd have to repeat it for each array. you're looping through quote containers 3 times, but it's a pretty small listdknapp
08/01/2018, 1:31 AMursus
08/01/2018, 1:36 AM