Android databinding: set default visibility in xml

前端 未结 2 1621
独厮守ぢ
独厮守ぢ 2021-02-13 03:17

I show items in recyclerview and use databinding. In xml layout I has such view:

 

        
2条回答
  •  一整个雨季
    2021-02-13 03:39

    Check if you have already imported the View class.

    
        
        
    
    

    Also, the default correct syntax for default value for visibility is default=gone, no default=View.GONE

提交回复
热议问题