美文网首页
Unable to inflate view tag witho

Unable to inflate view tag witho

作者: 南顾夏浅 | 来源:发表于2017-02-14 14:00 被阅读0次

fragment填充布局时报错,看来看去找了好久,发现这并不是一个bug
看看下面的布局文件就知道了....

<view
        android:layout_width="match_parent"
        android:layout_height="0.5dp"
        android:background="#D9D9D9" />

显然是 View而不是view ,一个大小写引发的...总结在这里希望可以帮助到您~~~

相关文章

网友评论

      本文标题:Unable to inflate view tag witho

      本文链接:https://www.haomeiwen.com/subject/gzmxwttx.html