Hi,
We have a table which may have infinite rows. Would it be possible to
create row by using the xml template say
<TableRow>
<EditText android:id="@+id/tbRelation"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:singleLine="true"
android:scrollHorizontally="true"
android:textSize="20sp"/>
<Button android:id="@+id/bRelationQuery"
style="?android:attr/buttonStyleSmall"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/blQuery"/>
</TableRow>
some thing similar to clone of existing row but with different id's
etc.
Regards,
Raja Nagendra Kumar,
C.T.O
www.tejasoft.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---