views:

44

answers:

1

I'm looking for the Java equivalent to the XML assignment for assignments such as 'android:id="@android:id/tabcontent"'.

thnx

A: 
setId(android.R.id.tabcontent)
JRL
Much appreciated. Couldn't see it for looking ...
gssi