Detect swipe using onTouchListener in ScrollView

前端 未结 3 1499
春和景丽
春和景丽 2021-01-05 15:24

I\'m using the following code to detect swipe in my Activity:

getWindow().getDecorView().getRootView().setOnTouchListener(new OnTouchListener() {
                    


        
3条回答
提交回复
热议问题