Using drawable resources

后端 未结 4 1419
清酒与你
清酒与你 2020-11-30 07:13

I have this problem, see the trace stack:

E/AndroidRuntime(2410): Caused by: org.xmlpull.v1.XmlPullParserException: Binary XML file line #5:           


        
4条回答
  •  天命终不由人
    2020-11-30 07:45

    To avoid error: Binary XML file line #XXX: requires a valid src attribute

    inside a layer-list, use:

    
    

    instead of:

    
      
    
    

提交回复
热议问题