I'm trying to build up some TableRows programmatically and I want it to be like this XML:
<TableRow android:background="@drawable/shape" android:layout_marginBottom="5dip"> Note I want to set the above two attributes? How do you create the IAttributeSet? // What am I missing? TableRow row = new TableRow(this, p); -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/How-to-programmatically-set-TableRow-background-tp4811634p4811634.html Sent from the Mono for Android mailing list archive at Nabble.com. _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
