i'm using the ListActivity with customized layout xml:
<LinearLayout ...
<ListView android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:id="@id/android:list"/>
...
</LinearLayout >
however, i cannot get the view throught method findViewById, since the
id does not in the R.id, so could you help me the get this listview,
thanks!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---