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

来源:互联网 发布:php记事源码 编辑:程序博客网 时间:2024/06/05 18:40

        <Button

        android:id="@+id/audiotrack3"

        android:layout_width="wrap_content"

        android:layout_height="wrap_content"

        android:onClick="openVideo"

        android:text="@string/audiotrack"/>


直接在xml文件中注明onclick方法。