Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

你这段写的有问题啊,永远只有8条结果 #20

Closed
xlzhen-940218 opened this issue Apr 24, 2019 · 1 comment
Closed

你这段写的有问题啊,永远只有8条结果 #20

xlzhen-940218 opened this issue Apr 24, 2019 · 1 comment

Comments

@xlzhen-940218
Copy link

for (int i = 0; i < childCount; i++) {
View originImage = (recyclerView.getChildAt(i)
.findViewById(viewId));
if (originImage != null) {
originImageList.add(originImage);
}
}

@xlzhen-940218
Copy link
Author

int childCount = recyclerView.getChildCount();
for (int i = 0; i < childCount; i++) {
View originImage = (recyclerView.getChildAt(i)
.findViewById(viewId));
if (originImage != null) {
originImageList.add(originImage);
}
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant