标签: android listview android-viewpager
我有一个ListView,其中每个项目都包含一个ViewPager(在CardView中,不确定是否重要)。期望的行为是:
目前,点击ViewPager不起作用。单击ViewPager外部可以正常工作,但我必须设置focusable="true"和focusableInTouchMode="true"才能生效。除此之外,代码中没有任何异常。
focusable="true"
focusableInTouchMode="true"