Showing posts with label include tag. Show all posts
this is the best solution for you reuse your layout.
use the include tag just link the include in php. see below
<include android:id="@+id/myid1" layout="@layout/workspace_screen" />
layout/workspace_screen.xml this will be the view that will be include on your
desired view. hope this helps you.
fdf
