搜尋

首頁  >  問答  >  主體

android - recyclerView对item设置点击事件后出现的问题

在adapter里对recyclerView的item设置点击事件后,再对recyclerView本身设置touch事件时,捕捉不到Down这个action。

PHP中文网PHP中文网2772 天前509

全部回覆(1)我來回復

  • PHP中文网

    PHP中文网2017-04-17 17:30:22

    item的點擊事件將recyclerView的點擊事件覆蓋了。
    如果要同時存在,需要在
    item的跟佈局加上 android:descendantFocusability="blocksDescendants"
    在點擊控件加上 android:focusable="false"

    回覆
    0
  • 取消回覆