遇到bug,java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.moke_demo6/com.example.moke_demo6.MainActivity}: android.view.InflateException: Binary XML file line #22: Error inflating class com.example.moke_demo6.ChangeColorWithText
这个是我的工程,我的xml 文件中的自定义的控件如下:
<com.example.moke_demo6.ChangeColorWithText
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
android:padding="5dp"
hyman:icon="@drawable/ic_menu_start_conversation"
hyman:text="@string/app_name"
hyman:text_size="12sp"
hyman:color="#ff45c01a" />
感觉没有写错啊,并且构造函数我是写了三个,为什么
还会报这种错误:
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.moke_demo6/com.example.moke_demo6.MainActivity}: android.view.InflateException: Binary XML file line #22: Error inflating class com.example.moke_demo6.ChangeColorWithText
解了一天还是没有找到,求大神帮助啊
谢谢啊