码迷,mamicode.com
首页 > 移动开发 > 详细

Android.HowToDefineCustomView

时间:2014-10-09 01:22:27      阅读:248      评论:0      收藏:0      [点我收藏+]

标签:android   style   http   color   io   使用   ar   strong   sp   

Custom View

 

 

Errors

E1 在使用自定义CustomView时,出现以下runtime error:

Android.View.InflateException: Binary XML File Line #LineNumber

Solution: 自定义的View 子类(例如,类名为: FixedImageView)需要实现以下构造方法:

public FixedImageView(Context context);

public FixedImageView(Context context, AttributeSet attrs);

public FixedImageView(Context context, AttributeSet attrs, int defStyle);

如果没有实现以上方法就会出现该Error。

 

Refereces

1. Custom Components

http://developer.android.com/guide/topics/ui/custom-components.html

2. Creating Custom Views

http://developer.android.com/training/custom-views/index.html

 

Android.HowToDefineCustomView

标签:android   style   http   color   io   使用   ar   strong   sp   

原文地址:http://www.cnblogs.com/cwgk/p/4011417.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!