Declaring a custom android UI element using XML

前端 未结 6 1004
渐次进展
渐次进展 2020-11-22 03:43

How do I declare an Android UI element using XML?

6条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-11-22 04:02

    You can include any layout file in other layout file as-

                 
    
                    
    
                    
    
                    
                
    

    here the layout files in include tag are other .xml layout files in the same res folder.

提交回复
热议问题