android - how to split main.xml to other xmls? -


i have main.xml , large file, want split of components(some layouts) other xml can link main.xml itself. possible android ?

you can use

<include  layout="@layout/commonlayout" android:id="@+id/id" /> 

refer import xml xml


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

sql server - python to mssql encoding problem -

windows - Python Service Installation - "Could not find PythonClass entry" -