Android CardView with ListView inside - onTouchListener on CardView not working
问题 I have a cardview with a listview inside. I will need the click item in list view too and I want to be able to move the entire cardview using the ontouchlistener too. I have set a onTouchListener on the cardview but it doesn't work. Code: Put this in build.gradle: compile 'com.android.support:cardview-v7:22.0+' MainActivity: package com.XXXXXXXX.testontouch; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.support.v7.widget.CardView; import android