A股上市公司传智教育(股票代码 003032)旗下技术交流社区北京昌平校区

 找回密码
 加入黑马

QQ登录

只需一步,快速开始

   <LinearLayout
        android:id="@+id/password"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginRight="10dp"
        android:layout_alignParentRight="true"
        android:layout_below="@+id/search" >

        <com.org.android.diary.view.MyWin8Button
            android:id="@+id/diary_pass"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:scaleType="matrix"
            android:src="@drawable/diary_password" />
    </LinearLayout>

        <com.org.android.diary.view.MyWin8Button就是这一行,为什么这样定义?这是个button?     百度没找到啊,这句话是什么意思

4 个回复

倒序浏览
是这样的  com.org.android.diary.view.MyWin8Button是这是一个自定义button类  com.org.android.diary.view这是该自定义button的包  MyWin8Button是继承button的类 复写button的方法 改成自己的所需的效果 xml中标签中定义的不是android自带的view就得写上包名跟类名 因为android里面没有定义该标签 要识别就得写上完整 才会根据你的标签去解析对应的类
回复 使用道具 举报
ン訫☆働ほ 发表于 2014-8-21 18:27
是这样的  com.org.android.diary.view.MyWin8Button是这是一个自定义button类  com.org.android.diary.vie ...

啊哈    谢谢您
回复 使用道具 举报
楼主已经被录取了吗。? 多少期
回复 使用道具 举报
单线程xia 发表于 2014-8-22 14:40
楼主已经被录取了吗。? 多少期

没有呀   自学的
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 加入黑马