Heim  >  Fragen und Antworten  >  Hauptteil

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

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

PHP中文网PHP中文网2741 Tage vor483

Antworte allen(1)Ich werde antworten

  • PHP中文网

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

    item的点击事件将recyclerView的点击事件覆盖了。
    如果要同时存在,需要在
    item的跟布局加上 android:descendantFocusability="blocksDescendants"
    在点击控件加上 android:focusable="false"

    Antwort
    0
  • StornierenAntwort