How to add another layout number of time to my already created LinerLayout?
问题 Here is my Prent layout (main.xml) <!-- ============================================================ --> <!-- All Employees are added here (added and More then one) --> <!-- ============================================================ --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/myLayout" android:orientation="vertical" android:layout_gravity="center_vertical" android:layout_width="fill_parent" android:layout_height="wrap_content" android