<TextView
android:id="@+id/label"
android:layout_width="match_parent" android:layout_height="wrap_content"
android:paddingBottom="4dip"
android:textAppearance="?android:attr/textAppearanceMedium"
android:textIsSelectable="true"/>
Dim x As XmlLayoutBuilder
x.LoadXmlLayout(Activity, "layout1")
label1=x.GetView("label")
label1.Text="Can you copy?"