您的位置:首页 > 移动开发 > Android开发

android多个button监听点击事件-法二

2017-10-12 10:38 253 查看
        <Button
        android:id="@+id/audiotrack3"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:onClick="openVideo"
        android:text="@string/audiotrack"
/>

直接在xml文件中注明onclick方法。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: