使用自定义View时遇到的错误
时间:2010-12-12 来源:剧终
12-11 17:28:26.962: ERROR/AndroidRuntime(17121): android.view.InflateException: Binary XML file line #6: Error inflating class fish.apps.ipcall.controls.ColorableTextView
这是因为没有重载View的构造函数
public ColorableTextView(Context context, AttributeSet attrs) {
super(context, attrs);
}
相关阅读 更多 +
排行榜 更多 +