agoda-com / Kakao

This repo is no longer supported. Please visit a https://github.com/KakaoCup/Kakao
Apache License 2.0
1.11k stars 102 forks source link

RecyclerView inside ListView/RecyclerView verifying #95

Closed atetc closed 6 years ago

atetc commented 6 years ago

Can't check the item (RecyclerView) inside ListView, because right now KRecyclerView doesn't have an interface for providing a parent.

listView.childAt<>(5) {
   recyclerView {
       hasSize(3)
   }
}
Unlimity commented 6 years ago

I will pick up this issue, thanks for reporting.