阅读背景:

android-----事件分发机制测试系列

来源:互联网 

        先来讲说我遇到的问题,这次测试应用的布局文件是:

<com.hzw.eventtest.MyRelativeLayout xmlns:android="https://schemas.android.com/apk/res/android"
    xmlns:tools="https://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent" >
    <com.hzw.eventtest.MyLinearLayout
         android:layout_width="match_parent"
         android:layout_height="match_parent">
         <com.hzw.eventtest.MyButton
        	android:id="@+id/mybutton"
        	android:layout_width="wrap_content"
        	android:layout_height="wrap_content"
        	android:text="我的按钮" />
    </com.hzw.eventtest.MyLinearLayout>
</com.hzw.eventtest.MyRelativeLayout><com.hzw.eventte




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: