Referencing custom view in XML doesn´t work both documented ways?

前端 未结 1 403
别那么骄傲
别那么骄傲 2021-01-15 14:42


        
1条回答
  •  独厮守ぢ
    2021-01-15 15:11

    You should use lowercase view in the xml for your custom layout:

    
    

    (according to your link too), and it should work.

    Otherwise it tries to create a android.view.View instance.

    0 讨论(0)
提交回复
热议问题