Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/215.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何在android中使用滑动手势选择单选按钮?_Android_Android Layout_User Interface_Radio Button_Uigesturerecognizer - Fatal编程技术网

如何在android中使用滑动手势选择单选按钮?

如何在android中使用滑动手势选择单选按钮?,android,android-layout,user-interface,radio-button,uigesturerecognizer,Android,Android Layout,User Interface,Radio Button,Uigesturerecognizer,如何使用滑动手势选择单选按钮, 怎么做? 我必须用手指在特定选项上滑动,从无线电组中选择选项。 当前我正在使用传统方法点击单选按钮进行操作。请参阅链接。使用单选按钮视图,而不是示例中使用的ImageView。我用过它,它很管用

如何使用滑动手势选择单选按钮, 怎么做? 我必须用手指在特定选项上滑动,从无线电组中选择选项。
当前我正在使用传统方法点击单选按钮进行操作。

请参阅链接。使用单选按钮视图,而不是示例中使用的ImageView。我用过它,它很管用